#BC819B

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

Shades of Viola #BC819B

Tints of Viola #BC819B

Color information

#BC819B (or 0xBC819B) is unknown color: approx Viola. HEX triplet: BC, 81 and 9B. RGB value is (188,129,155). Sum of RGB (Red+Green+Blue) = 188+129+155=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC819B is #437E64. Grayscale: #959595. Windows color (decimal): -4423269 or 10191292. OLE color: 10191292.

HSL color Cylindrical-coordinate representation of color #BC819B: hue angle of 333.56º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC819B is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB188129155-
CMYK00.310.180.26
HSL333.56º30.57%62.16%-
HSV(B)333.56º31.38%73.73%-
XYZ34.5128.7634.74-
YUV149.61131.05155.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 129 (50.78% from 255) = 27.33%
BLUE value IS 155 (60.94% from 255) = 32.84%
R=39.83%
G=27.33%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812915500.310.180.26333.5630.5762.16
HexBC819B01F121A14e1f3e
Octal27420123303722325163776
Binary101111001000000110011011011111100101101010100111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC819B; }

 p { color: rgb(188,129,155); }

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

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

 a { background-color: rgb(188,129,155); }

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

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

 span { border-color: rgb(188,129,155); }

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