#BC8F97

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

Shades of Viola #BC8F97

Tints of Viola #BC8F97

Color information

#BC8F97 (or 0xBC8F97) is unknown color: approx Viola. HEX triplet: BC, 8F and 97. RGB value is (188,143,151). Sum of RGB (Red+Green+Blue) = 188+143+151=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8F97 is #437068. Grayscale: #9D9D9D. Windows color (decimal): -4419689 or 9932732. OLE color: 9932732.

HSL color Cylindrical-coordinate representation of color #BC8F97: hue angle of 349.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC8F97 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB188143151-
CMYK00.240.200.26
HSL349.33º25.14%64.9%-
HSV(B)349.33º23.94%73.73%-
XYZ36.1532.5733.66-
YUV157.37124.41149.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 143 (56.25% from 255) = 29.67%
BLUE value IS 151 (59.38% from 255) = 31.33%
R=39.00%
G=29.67%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814315100.240.200.26349.3325.1464.9
HexBC8F97018141A15d1941
Octal274217227030243253531101
Binary1011110010001111100101110110001010011010101011101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8F97; }

 p { color: rgb(188,143,151); }

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

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

 a { background-color: rgb(188,143,151); }

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

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

 span { border-color: rgb(188,143,151); }

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