#B5629C

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

Shades of Violet Blue #B5629C

Tints of Violet Blue #B5629C

Color information

#B5629C (or 0xB5629C) is unknown color: approx Violet Blue. HEX triplet: B5, 62 and 9C. RGB value is (181,98,156). Sum of RGB (Red+Green+Blue) = 181+98+156=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B5629C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5629C is #4A9D63. Grayscale: #818181. Windows color (decimal): -4889956 or 10248885. OLE color: 10248885.

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

Color convert

RGB18198156-
CMYK00.460.140.29
HSL318.07º35.93%54.71%-
HSV(B)318.07º45.86%70.98%-
XYZ29.4220.9633.95-
YUV129.43143164.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 98 (38.67% from 255) = 22.53%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=41.61%
G=22.53%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819815600.460.140.29318.0735.9354.71
HexB5629C02EE1D13e2437
Octal26514223405616354764467
Binary101101011100010100111000101110111011101100111110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5629C; }

 p { color: rgb(181,98,156); }

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

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

 a { background-color: rgb(181,98,156); }

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

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

 span { border-color: rgb(181,98,156); }

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