Html Css Color HEX #B531A4 Medium Red Violet

📋 copy color: '#B531A4'

red 181 ◦ green 49 ◦ blue 164

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

Shades of Medium Red Violet #B531A4

Tints of Medium Red Violet #B531A4

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.44%

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

R = 45.94%
G = 12.44%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B531A4 (or 0xB531A4) is known color: Medium Red Violet. HEX triplet: B5, 31 and A4. RGB value is (181,49,164). Sum of RGB (Red+Green+Blue) = 181+49+164=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 164 (64.45% from 255 or 41.62% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B531A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B531A4 is #4ACE5B. Grayscale: #656565. Windows color (decimal): -4902492 or 10760629. OLE color: 10760629.

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

Color convert

RGB 181 49 164 -
CMYK 0 0.73 0.09 0.29
HSL 307.73º 0.57% 0.45% -
HSV(B) 307.73º 0.73% 0.71% -
XYZ 26.86 14.7 36.54 -
YUV 101.58 163.23 184.65 -
System Red Green Blue C M Y K H S L
Decimal 181 49 164 0 0.73 0.09 0.29 307.73 0.57 0.45
Hex B5 31 A4 0 49 9 1D 134 39 2D
Octal 265 61 244 0 111 11 35 464 71 55
Binary 10110101 110001 10100100 0 1001001 1001 11101 100110100 111001 101101

Color Harmonies of #B531A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531A4

Black with #B531A4

Text Example


Text Example

White with #B531A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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