Html Css Color HEX #B303DB Deep Magenta

📋 copy color: '#B303DB'

red 179 ◦ green 3 ◦ blue 219

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

Shades of Deep Magenta #B303DB

Tints of Deep Magenta #B303DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.75%

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

R = 44.64%
G = 0.75%
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

#B303DB (or 0xB303DB) is known color: Deep Magenta. HEX triplet: B3, 03 and DB. RGB value is (179,3,219). Sum of RGB (Red+Green+Blue) = 179+3+219=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 3 (1.56% from 255 or 0.75% 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 #B303DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B303DB is #4CFC24. Grayscale: #4F4F4F. Windows color (decimal): -5045285 or 14353331. OLE color: 14353331.

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

Color convert

RGB 179 3 219 -
CMYK 0.18 0.99 0 0.14
HSL 288.89º 0.97% 0.44% -
HSV(B) 288.89º 0.99% 0.86% -
XYZ 31.41 14.76 68.21 -
YUV 80.25 206.31 198.44 -
System Red Green Blue C M Y K H S L
Decimal 179 3 219 0.18 0.99 0 0.14 288.89 0.97 0.44
Hex B3 3 DB 12 63 0 E 121 61 2C
Octal 263 3 333 22 143 0 16 441 141 54
Binary 10110011 11 11011011 10010 1100011 0 1110 100100001 1100001 101100

Color Harmonies of #B303DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B303DB

Black with #B303DB

Text Example


Text Example

White with #B303DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B303DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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