#BF7CCB

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

Shades of Orchid #BF7CCB

Tints of Orchid #BF7CCB

Color information

#BF7CCB (or 0xBF7CCB) is unknown color: approx Orchid. HEX triplet: BF, 7C and CB. RGB value is (191,124,203). Sum of RGB (Red+Green+Blue) = 191+124+203=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF7CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7CCB is #408334. Grayscale: #989898. Windows color (decimal): -4227893 or 13335743. OLE color: 13335743.

HSL color Cylindrical-coordinate representation of color #BF7CCB: hue angle of 290.89º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF7CCB is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191124203-
CMYK0.060.3900.20
HSL290.89º43.17%64.12%-
HSV(B)290.89º38.92%79.61%-
XYZ39.4729.860.17-
YUV153.04156.2155.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.87%
GREEN value IS 124 (48.83% from 255) = 23.94%
BLUE value IS 203 (79.69% from 255) = 39.19%
R=36.87%
G=23.94%
B=39.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911242030.060.3900.20290.8943.1764.12
HexBF7CCB6270141232b40
Octal27717431364702444353100
Binary101111111111100110010111101001110101001001000111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7CCB; }

 p { color: rgb(191,124,203); }

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

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

 a { background-color: rgb(191,124,203); }

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

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

 span { border-color: rgb(191,124,203); }

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