Html Css Color HEX #B5539E Violet Blue

📋 copy color: '#B5539E'

red 181 ◦ green 83 ◦ blue 158

#B5539E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #B5539E

Tints of Violet Blue #B5539E

RGB

 RED value IS 181 (71.09% from 255) = 42.89%

 GREEN value IS 83 (32.81% from 255) = 19.67%

 BLUE value IS 158 (62.11% from 255) = 37.44%

R = 42.89%
G = 19.67%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5539E (or 0xB5539E) is known color: Violet Blue. HEX triplet: B5, 53 and 9E. RGB value is (181,83,158). Sum of RGB (Red+Green+Blue) = 181+83+158=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B5539E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5539E is #4AAC61. Grayscale: #787878. Windows color (decimal): -4893794 or 10376117. OLE color: 10376117.

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

Color convert

RGB 181 83 158 -
CMYK 0 0.54 0.13 0.29
HSL 314.08º 0.4% 0.52% -
HSV(B) 314.08º 0.54% 0.71% -
XYZ 28.32 18.48 34.42 -
YUV 120.85 148.97 170.9 -
System Red Green Blue C M Y K H S L
Decimal 181 83 158 0 0.54 0.13 0.29 314.08 0.4 0.52
Hex B5 53 9E 0 36 D 1D 13A 28 34
Octal 265 123 236 0 66 15 35 472 50 64
Binary 10110101 1010011 10011110 0 110110 1101 11101 100111010 101000 110100

Color Harmonies of #B5539E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5539E

Black with #B5539E

Text Example


Text Example

White with #B5539E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5539E; }

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

 H1.HeaderClassName
 {
   color: #B5539E;
 }
 .AnyTagClassName
 {
   color: #B5539E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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