Html Css Color HEX #B502B0 Deep Magenta

📋 copy color: '#B502B0'

red 181 ◦ green 2 ◦ blue 176

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

Shades of Deep Magenta #B502B0

Tints of Deep Magenta #B502B0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 176 (69.14% from 255) = 49.03%

R = 50.42%
G = 0.56%
B = 49.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B502B0 (or 0xB502B0) is known color: Deep Magenta. HEX triplet: B5, 02 and B0. RGB value is (181,2,176). Sum of RGB (Red+Green+Blue) = 181+2+176=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 176 (69.14% from 255 or 49.03% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B502B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B502B0 is #4AFD4F. Grayscale: #4A4A4A. Windows color (decimal): -4914512 or 11535029. OLE color: 11535029.

HSL color Cylindrical-coordinate representation of color #B502B0: hue angle of 301.68º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B502B0 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 2 176 -
CMYK 0 0.99 0.03 0.29
HSL 301.68º 0.98% 0.36% -
HSV(B) 301.68º 0.99% 0.71% -
XYZ 26.91 13 42.17 -
YUV 75.36 184.8 203.35 -
System Red Green Blue C M Y K H S L
Decimal 181 2 176 0 0.99 0.03 0.29 301.68 0.98 0.36
Hex B5 2 B0 0 63 3 1D 12E 62 24
Octal 265 2 260 0 143 3 35 456 142 44
Binary 10110101 10 10110000 0 1100011 11 11101 100101110 1100010 100100

Color Harmonies of #B502B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B502B0

Black with #B502B0

Text Example


Text Example

White with #B502B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B502B0; }

 p { color: rgb(181,2,176); }

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

background-color css

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

 a { background-color: rgb(181,2,176); }

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

border-color css

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

 span { border-color: rgb(181,2,176); }

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