Html Css Color HEX #B502BE Deep Magenta

📋 copy color: '#B502BE'

red 181 ◦ green 2 ◦ blue 190

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

Shades of Deep Magenta #B502BE

Tints of Deep Magenta #B502BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.94%

R = 48.53%
G = 0.54%
B = 50.94%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B502BE (or 0xB502BE) is known color: Deep Magenta. HEX triplet: B5, 02 and BE. RGB value is (181,2,190). Sum of RGB (Red+Green+Blue) = 181+2+190=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #B502BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B502BE is #4AFD41. Grayscale: #4C4C4C. Windows color (decimal): -4914498 or 12452533. OLE color: 12452533.

HSL color Cylindrical-coordinate representation of color #B502BE: hue angle of 297.13º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B502BE is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 2 190 -
CMYK 0.05 0.99 0 0.25
HSL 297.13º 0.98% 0.38% -
HSV(B) 297.13º 0.99% 0.75% -
XYZ 28.37 13.58 49.84 -
YUV 76.95 191.8 202.21 -
System Red Green Blue C M Y K H S L
Decimal 181 2 190 0.05 0.99 0 0.25 297.13 0.98 0.38
Hex B5 2 BE 5 63 0 19 129 62 26
Octal 265 2 276 5 143 0 31 451 142 46
Binary 10110101 10 10111110 101 1100011 0 11001 100101001 1100010 100110

Color Harmonies of #B502BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B502BE

Black with #B502BE

Text Example


Text Example

White with #B502BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B502BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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