Html Css Color HEX #B502BF Deep Magenta

📋 copy color: '#B502BF'

red 181 ◦ green 2 ◦ blue 191

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

Shades of Deep Magenta #B502BF

Tints of Deep Magenta #B502BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.07%

R = 48.4%
G = 0.53%
B = 51.07%

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

#B502BF (or 0xB502BF) is known color: Deep Magenta. HEX triplet: B5, 02 and BF. RGB value is (181,2,191). Sum of RGB (Red+Green+Blue) = 181+2+191=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #B502BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B502BF is #4AFD40. Grayscale: #4C4C4C. Windows color (decimal): -4914497 or 12518069. OLE color: 12518069.

HSL color Cylindrical-coordinate representation of color #B502BF: hue angle of 296.83º 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 #B502BF is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 2 191 -
CMYK 0.05 0.99 0 0.25
HSL 296.83º 0.98% 0.38% -
HSV(B) 296.83º 0.99% 0.75% -
XYZ 28.48 13.63 50.42 -
YUV 77.07 192.3 202.13 -
System Red Green Blue C M Y K H S L
Decimal 181 2 191 0.05 0.99 0 0.25 296.83 0.98 0.38
Hex B5 2 BF 5 63 0 19 129 62 26
Octal 265 2 277 5 143 0 31 451 142 46
Binary 10110101 10 10111111 101 1100011 0 11001 100101001 1100010 100110

Color Harmonies of #B502BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B502BF

Black with #B502BF

Text Example


Text Example

White with #B502BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B502BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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