Html Css Color HEX #BF76CB Orchid

📋 copy color: '#BF76CB'

red 191 ◦ green 118 ◦ blue 203

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

Shades of Orchid #BF76CB

Tints of Orchid #BF76CB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.05%

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

R = 37.3%
G = 23.05%
B = 39.65%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF76CB (or 0xBF76CB) is known color: Orchid. HEX triplet: BF, 76 and CB. RGB value is (191,118,203). Sum of RGB (Red+Green+Blue) = 191+118+203=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF76CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76CB is #408934. Grayscale: #959595. Windows color (decimal): -4229429 or 13334207. OLE color: 13334207.

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

Color convert

RGB 191 118 203 -
CMYK 0.06 0.42 0 0.20
HSL 291.53º 0.45% 0.63% -
HSV(B) 291.53º 0.42% 0.8% -
XYZ 38.74 28.35 59.93 -
YUV 149.52 158.18 157.59 -
System Red Green Blue C M Y K H S L
Decimal 191 118 203 0.06 0.42 0 0.20 291.53 0.45 0.63
Hex BF 76 CB 6 2A 0 14 124 2D 3F
Octal 277 166 313 6 52 0 24 444 55 77
Binary 10111111 1110110 11001011 110 101010 0 10100 100100100 101101 111111

Color Harmonies of #BF76CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76CB

Black with #BF76CB

Text Example


Text Example

White with #BF76CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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