#B858A2

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

Shades of Violet Blue #B858A2

Tints of Violet Blue #B858A2

Color information

#B858A2 (or 0xB858A2) is unknown color: approx Violet Blue. HEX triplet: B8, 58 and A2. RGB value is (184,88,162). Sum of RGB (Red+Green+Blue) = 184+88+162=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B858A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B858A2 is #47A75D. Grayscale: #7C7C7C. Windows color (decimal): -4695902 or 10639544. OLE color: 10639544.

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

Color convert

RGB18488162-
CMYK00.520.120.28
HSL313.75º40.34%53.33%-
HSV(B)313.75º52.17%72.16%-
XYZ29.7819.7836.43-
YUV125.14148.8169.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.40%
GREEN value IS 88 (34.77% from 255) = 20.28%
BLUE value IS 162 (63.67% from 255) = 37.33%
R=42.40%
G=20.28%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848816200.520.120.28313.7540.3453.33
HexB858A2034C1C13a2835
Octal27013024206414344725065
Binary101110001011000101000100110100110011100100111010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B858A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B858A2; }

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

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

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

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

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

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

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

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