#B55F9E

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

Shades of Violet Blue #B55F9E

Tints of Violet Blue #B55F9E

Color information

#B55F9E (or 0xB55F9E) is unknown color: approx Violet Blue. HEX triplet: B5, 5F and 9E. RGB value is (181,95,158). Sum of RGB (Red+Green+Blue) = 181+95+158=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55F9E is #4AA061. Grayscale: #7F7F7F. Windows color (decimal): -4890722 or 10379189. OLE color: 10379189.

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

Color convert

RGB18195158-
CMYK00.480.130.29
HSL316.05º36.75%54.12%-
HSV(B)316.05º47.51%70.98%-
XYZ29.3220.4834.75-
YUV127.9144.99165.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 95 (37.5% from 255) = 21.89%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=41.71%
G=21.89%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819515800.480.130.29316.0536.7554.12
HexB55F9E030D1D13c2536
Octal26513723606015354744566
Binary101101011011111100111100110000110111101100111100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55F9E; }

 p { color: rgb(181,95,158); }

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

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

 a { background-color: rgb(181,95,158); }

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

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

 span { border-color: rgb(181,95,158); }

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