Html Css Color HEX #B532A3 Medium Red Violet

📋 copy color: '#B532A3'

red 181 ◦ green 50 ◦ blue 163

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

Shades of Medium Red Violet #B532A3

Tints of Medium Red Violet #B532A3

RGB

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

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

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

R = 45.94%
G = 12.69%
B = 41.37%

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

#B532A3 (or 0xB532A3) is known color: Medium Red Violet. HEX triplet: B5, 32 and A3. RGB value is (181,50,163). Sum of RGB (Red+Green+Blue) = 181+50+163=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 163 (64.06% from 255 or 41.37% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B532A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B532A3 is #4ACD5C. Grayscale: #656565. Windows color (decimal): -4902237 or 10695349. OLE color: 10695349.

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

Color convert

RGB 181 50 163 -
CMYK 0 0.72 0.10 0.29
HSL 308.24º 0.57% 0.45% -
HSV(B) 308.24º 0.72% 0.71% -
XYZ 26.81 14.75 36.08 -
YUV 102.05 162.4 184.31 -
System Red Green Blue C M Y K H S L
Decimal 181 50 163 0 0.72 0.10 0.29 308.24 0.57 0.45
Hex B5 32 A3 0 48 A 1D 134 39 2D
Octal 265 62 243 0 110 12 35 464 71 55
Binary 10110101 110010 10100011 0 1001000 1010 11101 100110100 111001 101101

Color Harmonies of #B532A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B532A3

Black with #B532A3

Text Example


Text Example

White with #B532A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B532A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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