#B45CAB

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

Shades of Violet Blue #B45CAB

Tints of Violet Blue #B45CAB

Color information

#B45CAB (or 0xB45CAB) is unknown color: approx Violet Blue. HEX triplet: B4, 5C and AB. RGB value is (180,92,171). Sum of RGB (Red+Green+Blue) = 180+92+171=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B45CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45CAB is #4BA354. Grayscale: #7F7F7F. Windows color (decimal): -4957013 or 11230388. OLE color: 11230388.

HSL color Cylindrical-coordinate representation of color #B45CAB: hue angle of 306.14º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45CAB is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18092171-
CMYK00.490.050.29
HSL306.14º36.97%53.33%-
HSV(B)306.14º48.89%70.59%-
XYZ3020.340.86-
YUV127.32152.65165.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 92 (36.33% from 255) = 20.77%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=40.63%
G=20.77%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809217100.490.050.29306.1436.9753.33
HexB45CAB03151D1322535
Octal2641342530615354624565
Binary10110100101110010101011011000110111101100110010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45CAB; }

 p { color: rgb(180,92,171); }

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

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

 a { background-color: rgb(180,92,171); }

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

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

 span { border-color: rgb(180,92,171); }

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