#BC8FA5

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

Shades of Viola #BC8FA5

Tints of Viola #BC8FA5

Color information

#BC8FA5 (or 0xBC8FA5) is unknown color: approx Viola. HEX triplet: BC, 8F and A5. RGB value is (188,143,165). Sum of RGB (Red+Green+Blue) = 188+143+165=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8FA5 is #43705A. Grayscale: #9E9E9E. Windows color (decimal): -4419675 or 10850236. OLE color: 10850236.

HSL color Cylindrical-coordinate representation of color #BC8FA5: hue angle of 330.67º 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 #BC8FA5 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB188143165-
CMYK00.240.120.26
HSL330.67º25.14%64.9%-
HSV(B)330.67º23.94%73.73%-
XYZ37.3533.0540.01-
YUV158.96131.41148.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 143 (56.25% from 255) = 28.83%
BLUE value IS 165 (64.84% from 255) = 33.27%
R=37.90%
G=28.83%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814316500.240.120.26330.6725.1464.9
HexBC8FA5018C1A14b1941
Octal274217245030143251331101
Binary101111001000111110100101011000110011010101001011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8FA5; }

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

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

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

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

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

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

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

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