#BF7BCA

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

Shades of Orchid #BF7BCA

Tints of Orchid #BF7BCA

Color information

#BF7BCA (or 0xBF7BCA) is unknown color: approx Orchid. HEX triplet: BF, 7B and CA. RGB value is (191,123,202). Sum of RGB (Red+Green+Blue) = 191+123+202=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF7BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BCA is #408435. Grayscale: #989898. Windows color (decimal): -4228150 or 13269951. OLE color: 13269951.

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

Color convert

RGB191123202-
CMYK0.050.3900.21
HSL291.65º42.7%63.73%-
HSV(B)291.65º39.11%79.22%-
XYZ39.2329.5159.5-
YUV152.34156.03155.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 123 (48.44% from 255) = 23.84%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=37.02%
G=23.84%
B=39.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911232020.050.3900.21291.6542.763.73
HexBF7BCA5270151242b40
Octal27717331254702544453100
Binary101111111111011110010101011001110101011001001001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BCA; }

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

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

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

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

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

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

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

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