Html Css Color HEX #B521A5 Medium Red Violet

📋 copy color: '#B521A5'

red 181 ◦ green 33 ◦ blue 165

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

Shades of Medium Red Violet #B521A5

Tints of Medium Red Violet #B521A5

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.71%

 BLUE value IS 165 (64.84% from 255) = 43.54%

R = 47.76%
G = 8.71%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B521A5 (or 0xB521A5) is known color: Medium Red Violet. HEX triplet: B5, 21 and A5. RGB value is (181,33,165). Sum of RGB (Red+Green+Blue) = 181+33+165=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B521A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B521A5 is #4ADE5A. Grayscale: #5B5B5B. Windows color (decimal): -4906587 or 10822069. OLE color: 10822069.

HSL color Cylindrical-coordinate representation of color #B521A5: hue angle of 306.49º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B521A5 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 33 165 -
CMYK 0 0.82 0.09 0.29
HSL 306.49º 0.69% 0.42% -
HSV(B) 306.49º 0.82% 0.71% -
XYZ 26.39 13.63 36.84 -
YUV 92.3 169.03 191.27 -
System Red Green Blue C M Y K H S L
Decimal 181 33 165 0 0.82 0.09 0.29 306.49 0.69 0.42
Hex B5 21 A5 0 52 9 1D 132 45 2A
Octal 265 41 245 0 122 11 35 462 105 52
Binary 10110101 100001 10100101 0 1010010 1001 11101 100110010 1000101 101010

Color Harmonies of #B521A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521A5

Black with #B521A5

Text Example


Text Example

White with #B521A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521A5; }

 p { color: rgb(181,33,165); }

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

background-color css

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

 a { background-color: rgb(181,33,165); }

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

border-color css

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

 span { border-color: rgb(181,33,165); }

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