#B255AA

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

Shades of Violet Blue #B255AA

Tints of Violet Blue #B255AA

Color information

#B255AA (or 0xB255AA) is unknown color: approx Violet Blue. HEX triplet: B2, 55 and AA. RGB value is (178,85,170). Sum of RGB (Red+Green+Blue) = 178+85+170=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B255AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B255AA is #4DAA55. Grayscale: #7A7A7A. Windows color (decimal): -5089878 or 11163058. OLE color: 11163058.

HSL color Cylindrical-coordinate representation of color #B255AA: hue angle of 305.16º 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 #B255AA is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB17885170-
CMYK00.520.040.30
HSL305.16º37.65%51.57%-
HSV(B)305.16º52.25%69.8%-
XYZ28.8618.8640.15-
YUV122.5154.81167.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 85 (33.59% from 255) = 19.63%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=41.11%
G=19.63%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788517000.520.040.30305.1637.6551.57
HexB255AA03441E1312634
Octal2621252520644364614664
Binary10110010101010110101010011010010011110100110001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B255AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B255AA; }

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

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

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

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

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

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

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

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