#B445A2

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

Shades of Violet Blue #B445A2

Tints of Violet Blue #B445A2

Color information

#B445A2 (or 0xB445A2) is unknown color: approx Violet Blue. HEX triplet: B4, 45 and A2. RGB value is (180,69,162). Sum of RGB (Red+Green+Blue) = 180+69+162=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B445A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B445A2 is #4BBA5D. Grayscale: #707070. Windows color (decimal): -4962910 or 10634676. OLE color: 10634676.

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

Color convert

RGB18069162-
CMYK00.620.10.29
HSL309.73º44.58%48.82%-
HSV(B)309.73º61.67%70.59%-
XYZ27.4716.5735.93-
YUV112.79155.77175.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 69 (27.34% from 255) = 16.79%
BLUE value IS 162 (63.67% from 255) = 39.42%
R=43.80%
G=16.79%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806916200.620.10.29309.7344.5848.82
HexB445A203EA1D1362d31
Octal26410524207612354665561
Binary101101001000101101000100111110101011101100110110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B445A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B445A2; }

 p { color: rgb(180,69,162); }

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

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

 a { background-color: rgb(180,69,162); }

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

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

 span { border-color: rgb(180,69,162); }

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