#B472B3

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

Shades of Violet Blue #B472B3

Tints of Violet Blue #B472B3

Color information

#B472B3 (or 0xB472B3) is unknown color: approx Violet Blue. HEX triplet: B4, 72 and B3. RGB value is (180,114,179). Sum of RGB (Red+Green+Blue) = 180+114+179=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B472B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B472B3 is #4B8D4C. Grayscale: #8C8C8C. Windows color (decimal): -4951373 or 11760308. OLE color: 11760308.

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

Color convert

RGB180114179-
CMYK00.370.010.29
HSL300.91º30.56%57.65%-
HSV(B)300.91º36.67%70.59%-
XYZ32.9824.9945.73-
YUV141.14149.37155.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 114 (44.92% from 255) = 24.10%
BLUE value IS 179 (70.31% from 255) = 37.84%
R=38.05%
G=24.10%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011417900.370.010.29300.9130.5657.65
HexB472B302511D12d1f3a
Octal2641622630451354553772
Binary10110100111001010110011010010111110110010110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B472B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B472B3; }

 p { color: rgb(180,114,179); }

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

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

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

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

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

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

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