Html Css Color HEX #B52DA2 Medium Red Violet

📋 copy color: '#B52DA2'

red 181 ◦ green 45 ◦ blue 162

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

Shades of Medium Red Violet #B52DA2

Tints of Medium Red Violet #B52DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.75%

R = 46.65%
G = 11.6%
B = 41.75%

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

#B52DA2 (or 0xB52DA2) is known color: Medium Red Violet. HEX triplet: B5, 2D and A2. RGB value is (181,45,162). Sum of RGB (Red+Green+Blue) = 181+45+162=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B52DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52DA2 is #4AD25D. Grayscale: #626262. Windows color (decimal): -4903518 or 10628533. OLE color: 10628533.

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

Color convert

RGB 181 45 162 -
CMYK 0 0.75 0.10 0.29
HSL 308.38º 0.6% 0.44% -
HSV(B) 308.38º 0.75% 0.71% -
XYZ 26.52 14.31 35.55 -
YUV 99 163.56 186.49 -
System Red Green Blue C M Y K H S L
Decimal 181 45 162 0 0.75 0.10 0.29 308.38 0.6 0.44
Hex B5 2D A2 0 4B A 1D 134 3C 2C
Octal 265 55 242 0 113 12 35 464 74 54
Binary 10110101 101101 10100010 0 1001011 1010 11101 100110100 111100 101100

Color Harmonies of #B52DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52DA2

Black with #B52DA2

Text Example


Text Example

White with #B52DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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