#B95CA2

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

Shades of Violet Blue #B95CA2

Tints of Violet Blue #B95CA2

Color information

#B95CA2 (or 0xB95CA2) is unknown color: approx Violet Blue. HEX triplet: B9, 5C and A2. RGB value is (185,92,162). Sum of RGB (Red+Green+Blue) = 185+92+162=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B95CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95CA2 is #46A35D. Grayscale: #7F7F7F. Windows color (decimal): -4629342 or 10640569. OLE color: 10640569.

HSL color Cylindrical-coordinate representation of color #B95CA2: hue angle of 314.84º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95CA2 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB18592162-
CMYK00.500.120.27
HSL314.84º39.91%54.31%-
HSV(B)314.84º50.27%72.55%-
XYZ30.3620.5836.55-
YUV127.79147.31168.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 92 (36.33% from 255) = 20.96%
BLUE value IS 162 (63.67% from 255) = 36.90%
R=42.14%
G=20.96%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859216200.500.120.27314.8439.9154.31
HexB95CA2032C1B13b2836
Octal27113424206214334735066
Binary101110011011100101000100110010110011011100111011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95CA2; }

 p { color: rgb(185,92,162); }

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

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

 a { background-color: rgb(185,92,162); }

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

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

 span { border-color: rgb(185,92,162); }

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