#b95ca1

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

Shades of Violet Blue #B95CA1

Tints of Violet Blue #B95CA1

Color information

#B95CA1 (or 0xB95CA1) is unknown color: approx Violet Blue. HEX triplet: B9, 5C and A1. RGB value is (185,92,161). Sum of RGB (Red+Green+Blue) = 185+92+161=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B95CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95CA1 is #46A35E. Grayscale: #7F7F7F. Windows color (decimal): -4629343 or 10575033. OLE color: 10575033.

HSL color Cylindrical-coordinate representation of color #B95CA1: hue angle of 315.48º 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 #B95CA1 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB18592161-
CMYK00.500.130.27
HSL315.48º39.91%54.31%-
HSV(B)315.48º50.27%72.55%-
XYZ30.2720.5436.09-
YUV127.67146.81168.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.24%
GREEN value IS 92 (36.33% from 255) = 21.00%
BLUE value IS 161 (63.28% from 255) = 36.76%
R=42.24%
G=21.00%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859216100.500.130.27315.4839.9154.31
HexB95CA1032D1B13b2836
Octal27113424106215334735066
Binary101110011011100101000010110010110111011100111011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b95ca1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b95ca1; }

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

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

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

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

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

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

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

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