Html Css Color HEX #B539A4 Medium Red Violet

📋 copy color: '#B539A4'

red 181 ◦ green 57 ◦ blue 164

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

Shades of Medium Red Violet #B539A4

Tints of Medium Red Violet #B539A4

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.18%

 BLUE value IS 164 (64.45% from 255) = 40.8%

R = 45.02%
G = 14.18%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B539A4 (or 0xB539A4) is known color: Medium Red Violet. HEX triplet: B5, 39 and A4. RGB value is (181,57,164). Sum of RGB (Red+Green+Blue) = 181+57+164=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B539A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B539A4 is #4AC65B. Grayscale: #696969. Windows color (decimal): -4900444 or 10762677. OLE color: 10762677.

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

Color convert

RGB 181 57 164 -
CMYK 0 0.69 0.09 0.29
HSL 308.23º 0.52% 0.47% -
HSV(B) 308.23º 0.69% 0.71% -
XYZ 27.22 15.43 36.67 -
YUV 106.27 160.58 181.3 -
System Red Green Blue C M Y K H S L
Decimal 181 57 164 0 0.69 0.09 0.29 308.23 0.52 0.47
Hex B5 39 A4 0 45 9 1D 134 34 2F
Octal 265 71 244 0 105 11 35 464 64 57
Binary 10110101 111001 10100100 0 1000101 1001 11101 100110100 110100 101111

Color Harmonies of #B539A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B539A4

Black with #B539A4

Text Example


Text Example

White with #B539A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B539A4; }

 p { color: rgb(181,57,164); }

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

background-color css

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

 a { background-color: rgb(181,57,164); }

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

border-color css

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

 span { border-color: rgb(181,57,164); }

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