Html Css Color HEX #B302DB Deep Magenta

📋 copy color: '#B302DB'

red 179 ◦ green 2 ◦ blue 219

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

Shades of Deep Magenta #B302DB

Tints of Deep Magenta #B302DB

RGB

 RED value IS 179 (70.31% from 255) = 44.75%

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

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

R = 44.75%
G = 0.5%
B = 54.75%

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

#B302DB (or 0xB302DB) is known color: Deep Magenta. HEX triplet: B3, 02 and DB. RGB value is (179,2,219). Sum of RGB (Red+Green+Blue) = 179+2+219=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #B302DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B302DB is #4CFD24. Grayscale: #4E4E4E. Windows color (decimal): -5045541 or 14353075. OLE color: 14353075.

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

Color convert

RGB 179 2 219 -
CMYK 0.18 0.99 0 0.14
HSL 288.94º 0.98% 0.43% -
HSV(B) 288.94º 0.99% 0.86% -
XYZ 31.4 14.74 68.21 -
YUV 79.66 206.64 198.86 -
System Red Green Blue C M Y K H S L
Decimal 179 2 219 0.18 0.99 0 0.14 288.94 0.98 0.43
Hex B3 2 DB 12 63 0 E 121 62 2B
Octal 263 2 333 22 143 0 16 441 142 53
Binary 10110011 10 11011011 10010 1100011 0 1110 100100001 1100010 101011

Color Harmonies of #B302DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B302DB

Black with #B302DB

Text Example


Text Example

White with #B302DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B302DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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