#BF7BCE

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

Shades of Orchid #BF7BCE

Tints of Orchid #BF7BCE

Color information

#BF7BCE (or 0xBF7BCE) is unknown color: approx Orchid. HEX triplet: BF, 7B and CE. RGB value is (191,123,206). Sum of RGB (Red+Green+Blue) = 191+123+206=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF7BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BCE is #408431. Grayscale: #989898. Windows color (decimal): -4228146 or 13532095. OLE color: 13532095.

HSL color Cylindrical-coordinate representation of color #BF7BCE: hue angle of 289.16º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF7BCE is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191123206-
CMYK0.070.4000.19
HSL289.16º45.86%64.51%-
HSV(B)289.16º40.29%80.78%-
XYZ39.7129.762.03-
YUV152.79158.03155.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 123 (48.44% from 255) = 23.65%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=36.73%
G=23.65%
B=39.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911232060.070.4000.19289.1645.8664.51
HexBF7BCE7280131212e41
Octal27717331675002344156101
Binary101111111111011110011101111010000100111001000011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BCE; }

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

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

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

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

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

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

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

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