Html Css Color HEX #B521BB Deep Magenta

📋 copy color: '#B521BB'

red 181 ◦ green 33 ◦ blue 187

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

Shades of Deep Magenta #B521BB

Tints of Deep Magenta #B521BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.63%

R = 45.14%
G = 8.23%
B = 46.63%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B521BB (or 0xB521BB) is known color: Deep Magenta. HEX triplet: B5, 21 and BB. RGB value is (181,33,187). Sum of RGB (Red+Green+Blue) = 181+33+187=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #B521BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521BB is #4ADE44. Grayscale: #5E5E5E. Windows color (decimal): -4906565 or 12263861. OLE color: 12263861.

HSL color Cylindrical-coordinate representation of color #B521BB: hue angle of 297.66º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B521BB is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 33 187 -
CMYK 0.03 0.82 0 0.27
HSL 297.66º 0.7% 0.43% -
HSV(B) 297.66º 0.82% 0.73% -
XYZ 28.57 14.5 48.31 -
YUV 94.81 180.03 189.48 -
System Red Green Blue C M Y K H S L
Decimal 181 33 187 0.03 0.82 0 0.27 297.66 0.7 0.43
Hex B5 21 BB 3 52 0 1B 12A 46 2B
Octal 265 41 273 3 122 0 33 452 106 53
Binary 10110101 100001 10111011 11 1010010 0 11011 100101010 1000110 101011

Color Harmonies of #B521BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521BB

Black with #B521BB

Text Example


Text Example

White with #B521BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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