Html Css Color HEX #B502CB Deep Magenta

📋 copy color: '#B502CB'

red 181 ◦ green 2 ◦ blue 203

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

Shades of Deep Magenta #B502CB

Tints of Deep Magenta #B502CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.59%

R = 46.89%
G = 0.52%
B = 52.59%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B502CB (or 0xB502CB) is known color: Deep Magenta. HEX triplet: B5, 02 and CB. RGB value is (181,2,203). Sum of RGB (Red+Green+Blue) = 181+2+203=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #B502CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B502CB is #4AFD34. Grayscale: #4D4D4D. Windows color (decimal): -4914485 or 13304501. OLE color: 13304501.

HSL color Cylindrical-coordinate representation of color #B502CB: hue angle of 293.43º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B502CB is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 2 203 -
CMYK 0.11 0.99 0 0.20
HSL 293.43º 0.98% 0.4% -
HSV(B) 293.43º 0.99% 0.8% -
XYZ 29.86 14.18 57.66 -
YUV 78.44 198.3 201.16 -
System Red Green Blue C M Y K H S L
Decimal 181 2 203 0.11 0.99 0 0.20 293.43 0.98 0.4
Hex B5 2 CB B 63 0 14 125 62 28
Octal 265 2 313 13 143 0 24 445 142 50
Binary 10110101 10 11001011 1011 1100011 0 10100 100100101 1100010 101000

Color Harmonies of #B502CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B502CB

Black with #B502CB

Text Example


Text Example

White with #B502CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B502CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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