#B4629D

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

Shades of Violet Blue #B4629D

Tints of Violet Blue #B4629D

Color information

#B4629D (or 0xB4629D) is unknown color: approx Violet Blue. HEX triplet: B4, 62 and 9D. RGB value is (180,98,157). Sum of RGB (Red+Green+Blue) = 180+98+157=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4629D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4629D is #4B9D62. Grayscale: #818181. Windows color (decimal): -4955491 or 10314420. OLE color: 10314420.

HSL color Cylindrical-coordinate representation of color #B4629D: hue angle of 316.83º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4629D is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18098157-
CMYK00.460.130.29
HSL316.83º35.34%54.51%-
HSV(B)316.83º45.56%70.59%-
XYZ29.2820.8734.38-
YUV129.24143.67164.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 98 (38.67% from 255) = 22.53%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=41.38%
G=22.53%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809815700.460.130.29316.8335.3454.51
HexB4629D02ED1D13d2337
Octal26414223505615354754367
Binary101101001100010100111010101110110111101100111101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4629D; }

 p { color: rgb(180,98,157); }

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

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

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

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

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

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

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