Html Css Color HEX #B502CF Deep Magenta

📋 copy color: '#B502CF'

red 181 ◦ green 2 ◦ blue 207

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

Shades of Deep Magenta #B502CF

Tints of Deep Magenta #B502CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.08%

R = 46.41%
G = 0.51%
B = 53.08%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B502CF (or 0xB502CF) is known color: Deep Magenta. HEX triplet: B5, 02 and CF. RGB value is (181,2,207). Sum of RGB (Red+Green+Blue) = 181+2+207=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #B502CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B502CF is #4AFD30. Grayscale: #4E4E4E. Windows color (decimal): -4914481 or 13566645. OLE color: 13566645.

HSL color Cylindrical-coordinate representation of color #B502CF: hue angle of 292.39º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B502CF is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 2 207 -
CMYK 0.13 0.99 0 0.19
HSL 292.39º 0.98% 0.41% -
HSV(B) 292.39º 0.99% 0.81% -
XYZ 30.34 14.37 60.21 -
YUV 78.89 200.3 200.83 -
System Red Green Blue C M Y K H S L
Decimal 181 2 207 0.13 0.99 0 0.19 292.39 0.98 0.41
Hex B5 2 CF D 63 0 13 124 62 29
Octal 265 2 317 15 143 0 23 444 142 51
Binary 10110101 10 11001111 1101 1100011 0 10011 100100100 1100010 101001

Color Harmonies of #B502CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B502CF

Black with #B502CF

Text Example


Text Example

White with #B502CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B502CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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