#B473B2

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

Shades of Violet Blue #B473B2

Tints of Violet Blue #B473B2

Color information

#B473B2 (or 0xB473B2) is unknown color: approx Violet Blue. HEX triplet: B4, 73 and B2. RGB value is (180,115,178). Sum of RGB (Red+Green+Blue) = 180+115+178=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B473B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B473B2 is #4B8C4D. Grayscale: #8D8D8D. Windows color (decimal): -4951118 or 11695028. OLE color: 11695028.

HSL color Cylindrical-coordinate representation of color #B473B2: hue angle of 301.85º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B473B2 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB180115178-
CMYK00.360.010.29
HSL301.85º30.23%57.84%-
HSV(B)301.85º36.11%70.59%-
XYZ32.9925.1845.24-
YUV141.62148.53155.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 115 (45.31% from 255) = 24.31%
BLUE value IS 178 (69.92% from 255) = 37.63%
R=38.05%
G=24.31%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011517800.360.010.29301.8530.2357.84
HexB473B202411D12e1e3a
Octal2641632620441354563672
Binary10110100111001110110010010010011110110010111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B473B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B473B2; }

 p { color: rgb(180,115,178); }

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

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

 a { background-color: rgb(180,115,178); }

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

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

 span { border-color: rgb(180,115,178); }

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