Html Css Color HEX #BF76CE Orchid

📋 copy color: '#BF76CE'

red 191 ◦ green 118 ◦ blue 206

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

Shades of Orchid #BF76CE

Tints of Orchid #BF76CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 37.09%
G = 22.91%
B = 40%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF76CE (or 0xBF76CE) is known color: Orchid. HEX triplet: BF, 76 and CE. RGB value is (191,118,206). Sum of RGB (Red+Green+Blue) = 191+118+206=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF76CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76CE is #408931. Grayscale: #959595. Windows color (decimal): -4229426 or 13530815. OLE color: 13530815.

HSL color Cylindrical-coordinate representation of color #BF76CE: hue angle of 289.77º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF76CE is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 118 206 -
CMYK 0.07 0.43 0 0.19
HSL 289.77º 0.47% 0.64% -
HSV(B) 289.77º 0.43% 0.81% -
XYZ 39.1 28.49 61.83 -
YUV 149.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 191 118 206 0.07 0.43 0 0.19 289.77 0.47 0.64
Hex BF 76 CE 7 2B 0 13 122 2F 40
Octal 277 166 316 7 53 0 23 442 57 100
Binary 10111111 1110110 11001110 111 101011 0 10011 100100010 101111 1000000

Color Harmonies of #BF76CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76CE

Black with #BF76CE

Text Example


Text Example

White with #BF76CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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