#BF76C7

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

Shades of Orchid #BF76C7

Tints of Orchid #BF76C7

Color information

#BF76C7 (or 0xBF76C7) is unknown color: approx Orchid. HEX triplet: BF, 76 and C7. RGB value is (191,118,199). Sum of RGB (Red+Green+Blue) = 191+118+199=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 199 - color contains mainly: blue. Hex color #BF76C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76C7 is #408938. Grayscale: #949494. Windows color (decimal): -4229433 or 13072063. OLE color: 13072063.

HSL color Cylindrical-coordinate representation of color #BF76C7: hue angle of 294.07º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF76C7 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191118199-
CMYK0.040.4100.22
HSL294.07º41.97%62.16%-
HSV(B)294.07º40.7%78.04%-
XYZ38.2728.1657.45-
YUV149.06156.18157.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 118 (46.48% from 255) = 23.23%
BLUE value IS 199 (78.12% from 255) = 39.17%
R=37.60%
G=23.23%
B=39.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911181990.040.4100.22294.0741.9762.16
HexBF76C74290161262a3e
Octal2771663074510264465276
Binary10111111111011011000111100101001010110100100110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF76C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF76C7; }

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

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

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

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

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

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

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

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