#BF7BC6

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

Shades of Orchid #BF7BC6

Tints of Orchid #BF7BC6

Color information

#BF7BC6 (or 0xBF7BC6) is unknown color: approx Orchid. HEX triplet: BF, 7B and C6. RGB value is (191,123,198). Sum of RGB (Red+Green+Blue) = 191+123+198=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF7BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BC6 is #408439. Grayscale: #979797. Windows color (decimal): -4228154 or 13007807. OLE color: 13007807.

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

Color convert

RGB191123198-
CMYK0.040.3800.22
HSL294.4º39.68%62.94%-
HSV(B)294.4º37.88%77.65%-
XYZ38.7629.3257.04-
YUV151.88154.03155.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 123 (48.44% from 255) = 24.02%
BLUE value IS 198 (77.73% from 255) = 38.67%
R=37.30%
G=24.02%
B=38.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911231980.040.3800.22294.439.6862.94
HexBF7BC6426016126283f
Octal2771733064460264465077
Binary10111111111101111000110100100110010110100100110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BC6; }

 p { color: rgb(191,123,198); }

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

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

 a { background-color: rgb(191,123,198); }

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

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

 span { border-color: rgb(191,123,198); }

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