#B855A2

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

Shades of Violet Blue #B855A2

Tints of Violet Blue #B855A2

Color information

#B855A2 (or 0xB855A2) is unknown color: approx Violet Blue. HEX triplet: B8, 55 and A2. RGB value is (184,85,162). Sum of RGB (Red+Green+Blue) = 184+85+162=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B855A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B855A2 is #47AA5D. Grayscale: #7B7B7B. Windows color (decimal): -4696670 or 10638776. OLE color: 10638776.

HSL color Cylindrical-coordinate representation of color #B855A2: hue angle of 313.33º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B855A2 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB18485162-
CMYK00.540.120.28
HSL313.33º41.08%52.75%-
HSV(B)313.33º53.8%72.16%-
XYZ29.5419.336.35-
YUV123.38149.8171.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.69%
GREEN value IS 85 (33.59% from 255) = 19.72%
BLUE value IS 162 (63.67% from 255) = 37.59%
R=42.69%
G=19.72%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848516200.540.120.28313.3341.0852.75
HexB855A2036C1C1392935
Octal27012524206614344715165
Binary101110001010101101000100110110110011100100111001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B855A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B855A2; }

 p { color: rgb(184,85,162); }

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

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

 a { background-color: rgb(184,85,162); }

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

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

 span { border-color: rgb(184,85,162); }

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