Html Css Color HEX #BF78CB Orchid

📋 copy color: '#BF78CB'

red 191 ◦ green 120 ◦ blue 203

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

Shades of Orchid #BF78CB

Tints of Orchid #BF78CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.49%

R = 37.16%
G = 23.35%
B = 39.49%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF78CB (or 0xBF78CB) is known color: Orchid. HEX triplet: BF, 78 and CB. RGB value is (191,120,203). Sum of RGB (Red+Green+Blue) = 191+120+203=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF78CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78CB is #408734. Grayscale: #969696. Windows color (decimal): -4228917 or 13334719. OLE color: 13334719.

HSL color Cylindrical-coordinate representation of color #BF78CB: hue angle of 291.33º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF78CB is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 120 203 -
CMYK 0.06 0.41 0 0.20
HSL 291.33º 0.44% 0.63% -
HSV(B) 291.33º 0.41% 0.8% -
XYZ 38.98 28.82 60.01 -
YUV 150.69 157.52 156.75 -
System Red Green Blue C M Y K H S L
Decimal 191 120 203 0.06 0.41 0 0.20 291.33 0.44 0.63
Hex BF 78 CB 6 29 0 14 123 2C 3F
Octal 277 170 313 6 51 0 24 443 54 77
Binary 10111111 1111000 11001011 110 101001 0 10100 100100011 101100 111111

Color Harmonies of #BF78CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF78CB

Black with #BF78CB

Text Example


Text Example

White with #BF78CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF78CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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