#B255A0

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

Shades of Violet Blue #B255A0

Tints of Violet Blue #B255A0

Color information

#B255A0 (or 0xB255A0) is unknown color: approx Violet Blue. HEX triplet: B2, 55 and A0. RGB value is (178,85,160). Sum of RGB (Red+Green+Blue) = 178+85+160=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B255A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B255A0 is #4DAA5F. Grayscale: #797979. Windows color (decimal): -5089888 or 10507698. OLE color: 10507698.

HSL color Cylindrical-coordinate representation of color #B255A0: hue angle of 311.61º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B255A0 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB17885160-
CMYK00.520.100.30
HSL311.61º37.65%51.57%-
HSV(B)311.61º52.25%69.8%-
XYZ27.9518.535.36-
YUV121.36149.81168.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 85 (33.59% from 255) = 20.09%
BLUE value IS 160 (62.89% from 255) = 37.83%
R=42.08%
G=20.09%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788516000.520.100.30311.6137.6551.57
HexB255A0034A1E1382634
Octal26212524006412364704664
Binary101100101010101101000000110100101011110100111000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B255A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B255A0; }

 p { color: rgb(178,85,160); }

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

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

 a { background-color: rgb(178,85,160); }

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

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

 span { border-color: rgb(178,85,160); }

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