Html Css Color HEX #B531A3 Medium Red Violet

📋 copy color: '#B531A3'

red 181 ◦ green 49 ◦ blue 163

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

Shades of Medium Red Violet #B531A3

Tints of Medium Red Violet #B531A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 41.48%

R = 46.06%
G = 12.47%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B531A3 (or 0xB531A3) is known color: Medium Red Violet. HEX triplet: B5, 31 and A3. RGB value is (181,49,163). Sum of RGB (Red+Green+Blue) = 181+49+163=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B531A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B531A3 is #4ACE5C. Grayscale: #656565. Windows color (decimal): -4902493 or 10695093. OLE color: 10695093.

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

Color convert

RGB 181 49 163 -
CMYK 0 0.73 0.10 0.29
HSL 308.18º 0.57% 0.45% -
HSV(B) 308.18º 0.73% 0.71% -
XYZ 26.77 14.66 36.07 -
YUV 101.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 181 49 163 0 0.73 0.10 0.29 308.18 0.57 0.45
Hex B5 31 A3 0 49 A 1D 134 39 2D
Octal 265 61 243 0 111 12 35 464 71 55
Binary 10110101 110001 10100011 0 1001001 1010 11101 100110100 111001 101101

Color Harmonies of #B531A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531A3

Black with #B531A3

Text Example


Text Example

White with #B531A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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