Html Css Color HEX #B531A5 Medium Red Violet

📋 copy color: '#B531A5'

red 181 ◦ green 49 ◦ blue 165

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

Shades of Medium Red Violet #B531A5

Tints of Medium Red Violet #B531A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.77%

R = 45.82%
G = 12.41%
B = 41.77%

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

#B531A5 (or 0xB531A5) is known color: Medium Red Violet. HEX triplet: B5, 31 and A5. RGB value is (181,49,165). Sum of RGB (Red+Green+Blue) = 181+49+165=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 165 (64.84% from 255 or 41.77% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B531A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B531A5 is #4ACE5A. Grayscale: #656565. Windows color (decimal): -4902491 or 10826165. OLE color: 10826165.

HSL color Cylindrical-coordinate representation of color #B531A5: hue angle of 307.27º 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 #B531A5 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 49 165 -
CMYK 0 0.73 0.09 0.29
HSL 307.27º 0.57% 0.45% -
HSV(B) 307.27º 0.73% 0.71% -
XYZ 26.95 14.74 37.02 -
YUV 101.69 163.73 184.57 -
System Red Green Blue C M Y K H S L
Decimal 181 49 165 0 0.73 0.09 0.29 307.27 0.57 0.45
Hex B5 31 A5 0 49 9 1D 133 39 2D
Octal 265 61 245 0 111 11 35 463 71 55
Binary 10110101 110001 10100101 0 1001001 1001 11101 100110011 111001 101101

Color Harmonies of #B531A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531A5

Black with #B531A5

Text Example


Text Example

White with #B531A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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