#B445A3

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

Shades of Violet Blue #B445A3

Tints of Violet Blue #B445A3

Color information

#B445A3 (or 0xB445A3) is unknown color: approx Violet Blue. HEX triplet: B4, 45 and A3. RGB value is (180,69,163). Sum of RGB (Red+Green+Blue) = 180+69+163=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B445A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B445A3 is #4BBA5C. Grayscale: #707070. Windows color (decimal): -4962909 or 10700212. OLE color: 10700212.

HSL color Cylindrical-coordinate representation of color #B445A3: hue angle of 309.19º 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 #B445A3 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18069163-
CMYK00.620.090.29
HSL309.19º44.58%48.82%-
HSV(B)309.19º61.67%70.59%-
XYZ27.5616.636.4-
YUV112.9156.27175.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 69 (27.34% from 255) = 16.75%
BLUE value IS 163 (64.06% from 255) = 39.56%
R=43.69%
G=16.75%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806916300.620.090.29309.1944.5848.82
HexB445A303E91D1352d31
Octal26410524307611354655561
Binary101101001000101101000110111110100111101100110101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B445A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B445A3; }

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

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

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

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

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

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

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

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