Html Css Color HEX #B402DB Deep Magenta

📋 copy color: '#B402DB'

red 180 ◦ green 2 ◦ blue 219

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

Shades of Deep Magenta #B402DB

Tints of Deep Magenta #B402DB

RGB

 RED value IS 180 (70.7% from 255) = 44.89%

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

 BLUE value IS 219 (85.94% from 255) = 54.61%

R = 44.89%
G = 0.5%
B = 54.61%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B402DB (or 0xB402DB) is known color: Deep Magenta. HEX triplet: B4, 02 and DB. RGB value is (180,2,219). Sum of RGB (Red+Green+Blue) = 180+2+219=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #B402DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B402DB is #4BFD24. Grayscale: #4F4F4F. Windows color (decimal): -4980005 or 14353076. OLE color: 14353076.

HSL color Cylindrical-coordinate representation of color #B402DB: hue angle of 289.22º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B402DB is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 2 219 -
CMYK 0.18 0.99 0 0.14
HSL 289.22º 0.98% 0.43% -
HSV(B) 289.22º 0.99% 0.86% -
XYZ 31.63 14.86 68.22 -
YUV 79.96 206.47 199.36 -
System Red Green Blue C M Y K H S L
Decimal 180 2 219 0.18 0.99 0 0.14 289.22 0.98 0.43
Hex B4 2 DB 12 63 0 E 121 62 2B
Octal 264 2 333 22 143 0 16 441 142 53
Binary 10110100 10 11011011 10010 1100011 0 1110 100100001 1100010 101011

Color Harmonies of #B402DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B402DB

Black with #B402DB

Text Example


Text Example

White with #B402DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B402DB; }

 p { color: rgb(180,2,219); }

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

background-color css

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

 a { background-color: rgb(180,2,219); }

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

border-color css

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

 span { border-color: rgb(180,2,219); }

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