Html Css Color HEX #BF78D1 Orchid

📋 copy color: '#BF78D1'

red 191 ◦ green 120 ◦ blue 209

#BF78D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #BF78D1

Tints of Orchid #BF78D1

RGB

 RED value IS 191 (75% from 255) = 36.73%

 GREEN value IS 120 (47.27% from 255) = 23.08%

 BLUE value IS 209 (82.03% from 255) = 40.19%

R = 36.73%
G = 23.08%
B = 40.19%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF78D1 (or 0xBF78D1) is known color: Orchid. HEX triplet: BF, 78 and D1. RGB value is (191,120,209). Sum of RGB (Red+Green+Blue) = 191+120+209=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF78D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78D1 is #40872E. Grayscale: #979797. Windows color (decimal): -4228911 or 13727935. OLE color: 13727935.

HSL color Cylindrical-coordinate representation of color #BF78D1: hue angle of 287.87º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF78D1 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 120 209 -
CMYK 0.09 0.43 0 0.18
HSL 287.87º 0.49% 0.65% -
HSV(B) 287.87º 0.43% 0.82% -
XYZ 39.71 29.11 63.85 -
YUV 151.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 191 120 209 0.09 0.43 0 0.18 287.87 0.49 0.65
Hex BF 78 D1 9 2B 0 12 120 31 41
Octal 277 170 321 11 53 0 22 440 61 101
Binary 10111111 1111000 11010001 1001 101011 0 10010 100100000 110001 1000001

Color Harmonies of #BF78D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF78D1

Black with #BF78D1

Text Example


Text Example

White with #BF78D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF78D1; }

 p { color: rgb(191,120,209); }

 H1.HeaderClassName
 {
   color: #BF78D1;
 }
 .AnyTagClassName
 {
   color: #BF78D1;
 }
</style>

background-color css

<style>
 a { background-color: #BF78D1; }

 a { background-color: rgb(191,120,209); }

 div.DivClassName
 {
   background-color: #BF78D1;
 }
 .BgClassName
 {
   background-color: #BF78D1;
 }
</style>

border-color css

<style>
 span { border-color: #BF78D1; }

 span { border-color: rgb(191,120,209); }

 td.TdClassName
 {
   border-color: #BF78D1;
 }
 .TagClassName
 {
   border-color: #BF78D1;
 }
</style>