#B473B4

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

Shades of Violet Blue #B473B4

Tints of Violet Blue #B473B4

Color information

#B473B4 (or 0xB473B4) is unknown color: approx Violet Blue. HEX triplet: B4, 73 and B4. RGB value is (180,115,180). Sum of RGB (Red+Green+Blue) = 180+115+180=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B473B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473B4 is #4B8C4B. Grayscale: #8D8D8D. Windows color (decimal): -4951116 or 11826100. OLE color: 11826100.

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

Color convert

RGB180115180-
CMYK00.3600.29
HSL300º30.23%57.84%-
HSV(B)300º36.11%70.59%-
XYZ33.1925.2646.31-
YUV141.84149.53155.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 115 (45.31% from 255) = 24.21%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=37.89%
G=24.21%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011518000.3600.2930030.2357.84
HexB473B402401D12c1e3a
Octal2641632640440354543672
Binary10110100111001110110100010010001110110010110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B473B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B473B4; }

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

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

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

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

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

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

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

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