Html Css Color HEX #B52DA3 Medium Red Violet

📋 copy color: '#B52DA3'

red 181 ◦ green 45 ◦ blue 163

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

Shades of Medium Red Violet #B52DA3

Tints of Medium Red Violet #B52DA3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.57%

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

R = 46.53%
G = 11.57%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B52DA3 (or 0xB52DA3) is known color: Medium Red Violet. HEX triplet: B5, 2D and A3. RGB value is (181,45,163). Sum of RGB (Red+Green+Blue) = 181+45+163=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B52DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52DA3 is #4AD25C. Grayscale: #626262. Windows color (decimal): -4903517 or 10694069. OLE color: 10694069.

HSL color Cylindrical-coordinate representation of color #B52DA3: hue angle of 307.94º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52DA3 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 45 163 -
CMYK 0 0.75 0.10 0.29
HSL 307.94º 0.6% 0.44% -
HSV(B) 307.94º 0.75% 0.71% -
XYZ 26.61 14.34 36.02 -
YUV 99.12 164.06 186.41 -
System Red Green Blue C M Y K H S L
Decimal 181 45 163 0 0.75 0.10 0.29 307.94 0.6 0.44
Hex B5 2D A3 0 4B A 1D 134 3C 2C
Octal 265 55 243 0 113 12 35 464 74 54
Binary 10110101 101101 10100011 0 1001011 1010 11101 100110100 111100 101100

Color Harmonies of #B52DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52DA3

Black with #B52DA3

Text Example


Text Example

White with #B52DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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