#B95DA5

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

Shades of Violet Blue #B95DA5

Tints of Violet Blue #B95DA5

Color information

#B95DA5 (or 0xB95DA5) is unknown color: approx Violet Blue. HEX triplet: B9, 5D and A5. RGB value is (185,93,165). Sum of RGB (Red+Green+Blue) = 185+93+165=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B95DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95DA5 is #46A25A. Grayscale: #808080. Windows color (decimal): -4629083 or 10837433. OLE color: 10837433.

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

Color convert

RGB18593165-
CMYK00.500.110.27
HSL313.04º39.66%54.51%-
HSV(B)313.04º49.73%72.55%-
XYZ30.7120.8638-
YUV128.72148.48168.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 93 (36.72% from 255) = 20.99%
BLUE value IS 165 (64.84% from 255) = 37.25%
R=41.76%
G=20.99%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859316500.500.110.27313.0439.6654.51
HexB95DA5032B1B1392837
Octal27113524506213334715067
Binary101110011011101101001010110010101111011100111001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95DA5; }

 p { color: rgb(185,93,165); }

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

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

 a { background-color: rgb(185,93,165); }

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

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

 span { border-color: rgb(185,93,165); }

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