Html Css Color HEX #BF76D6 Medium Orchid

📋 copy color: '#BF76D6'

red 191 ◦ green 118 ◦ blue 214

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

Shades of Medium Orchid #BF76D6

Tints of Medium Orchid #BF76D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.92%

R = 36.52%
G = 22.56%
B = 40.92%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF76D6 (or 0xBF76D6) is known color: Medium Orchid. HEX triplet: BF, 76 and D6. RGB value is (191,118,214). Sum of RGB (Red+Green+Blue) = 191+118+214=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF76D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76D6 is #408929. Grayscale: #969696. Windows color (decimal): -4229418 or 14055103. OLE color: 14055103.

HSL color Cylindrical-coordinate representation of color #BF76D6: hue angle of 285.62º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF76D6 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 118 214 -
CMYK 0.11 0.45 0 0.16
HSL 285.63º 0.54% 0.65% -
HSV(B) 285.63º 0.45% 0.84% -
XYZ 40.1 28.89 67.08 -
YUV 150.77 163.68 156.69 -
System Red Green Blue C M Y K H S L
Decimal 191 118 214 0.11 0.45 0 0.16 285.63 0.54 0.65
Hex BF 76 D6 B 2D 0 10 11E 36 41
Octal 277 166 326 13 55 0 20 436 66 101
Binary 10111111 1110110 11010110 1011 101101 0 10000 100011110 110110 1000001

Color Harmonies of #BF76D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76D6

Black with #BF76D6

Text Example


Text Example

White with #BF76D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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