#BF76C5

Color #BF76C5 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #BF76C5

Tints of Orchid #BF76C5

Color information

#BF76C5 (or 0xBF76C5) is unknown color: approx Orchid. HEX triplet: BF, 76 and C5. RGB value is (191,118,197). Sum of RGB (Red+Green+Blue) = 191+118+197=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF76C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76C5 is #40893A. Grayscale: #949494. Windows color (decimal): -4229435 or 12940991. OLE color: 12940991.

HSL color Cylindrical-coordinate representation of color #BF76C5: hue angle of 295.44º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF76C5 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB191118197-
CMYK0.030.4000.23
HSL295.44º40.51%61.76%-
HSV(B)295.44º40.1%77.25%-
XYZ38.0428.0656.24-
YUV148.83155.18158.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 118 (46.48% from 255) = 23.32%
BLUE value IS 197 (77.34% from 255) = 38.93%
R=37.75%
G=23.32%
B=38.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911181970.030.4000.23295.4440.5161.76
HexBF76C5328017127293e
Octal2771663053500274475176
Binary1011111111101101100010111101000010111100100111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF76C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF76C5; }

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

 H1.HeaderClassName
 {
   color: #BF76C5;
 }
 .AnyTagClassName
 {
   color: #BF76C5;
 }
</style>
background-color css

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

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

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

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

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

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