Html Css Color HEX #B532A2 Medium Red Violet

📋 copy color: '#B532A2'

red 181 ◦ green 50 ◦ blue 162

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

Shades of Medium Red Violet #B532A2

Tints of Medium Red Violet #B532A2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.72%

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

R = 46.06%
G = 12.72%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B532A2 (or 0xB532A2) is known color: Medium Red Violet. HEX triplet: B5, 32 and A2. RGB value is (181,50,162). Sum of RGB (Red+Green+Blue) = 181+50+162=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 162 (63.67% from 255 or 41.22% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B532A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B532A2 is #4ACD5D. Grayscale: #656565. Windows color (decimal): -4902238 or 10629813. OLE color: 10629813.

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

Color convert

RGB 181 50 162 -
CMYK 0 0.72 0.10 0.29
HSL 308.7º 0.57% 0.45% -
HSV(B) 308.7º 0.72% 0.71% -
XYZ 26.72 14.71 35.61 -
YUV 101.94 161.9 184.39 -
System Red Green Blue C M Y K H S L
Decimal 181 50 162 0 0.72 0.10 0.29 308.7 0.57 0.45
Hex B5 32 A2 0 48 A 1D 135 39 2D
Octal 265 62 242 0 110 12 35 465 71 55
Binary 10110101 110010 10100010 0 1001000 1010 11101 100110101 111001 101101

Color Harmonies of #B532A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532A2

Black with #B532A2

Text Example


Text Example

White with #B532A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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