Html Css Color HEX #B0539E Violet Blue

📋 copy color: '#B0539E'

red 176 ◦ green 83 ◦ blue 158

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

Shades of Violet Blue #B0539E

Tints of Violet Blue #B0539E

RGB

 RED value IS 176 (69.14% from 255) = 42.21%

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

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

R = 42.21%
G = 19.9%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0539E (or 0xB0539E) is known color: Violet Blue. HEX triplet: B0, 53 and 9E. RGB value is (176,83,158). Sum of RGB (Red+Green+Blue) = 176+83+158=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0539E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0539E is #4FAC61. Grayscale: #777777. Windows color (decimal): -5221474 or 10376112. OLE color: 10376112.

HSL color Cylindrical-coordinate representation of color #B0539E: hue angle of 311.61º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0539E is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 83 158 -
CMYK 0 0.53 0.10 0.31
HSL 311.61º 0.37% 0.51% -
HSV(B) 311.61º 0.53% 0.69% -
XYZ 27.17 17.89 34.37 -
YUV 119.36 149.81 168.4 -
System Red Green Blue C M Y K H S L
Decimal 176 83 158 0 0.53 0.10 0.31 311.61 0.37 0.51
Hex B0 53 9E 0 35 A 1F 138 25 33
Octal 260 123 236 0 65 12 37 470 45 63
Binary 10110000 1010011 10011110 0 110101 1010 11111 100111000 100101 110011

Color Harmonies of #B0539E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0539E

Black with #B0539E

Text Example


Text Example

White with #B0539E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0539E; }

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

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

background-color css

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

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

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

border-color css

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

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

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