Html Css Color HEX #B303DA Deep Magenta

📋 copy color: '#B303DA'

red 179 ◦ green 3 ◦ blue 218

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

Shades of Deep Magenta #B303DA

Tints of Deep Magenta #B303DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.5%

R = 44.75%
G = 0.75%
B = 54.5%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B303DA (or 0xB303DA) is known color: Deep Magenta. HEX triplet: B3, 03 and DA. RGB value is (179,3,218). Sum of RGB (Red+Green+Blue) = 179+3+218=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #B303DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B303DA is #4CFC25. Grayscale: #4F4F4F. Windows color (decimal): -5045286 or 14287795. OLE color: 14287795.

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

Color convert

RGB 179 3 218 -
CMYK 0.18 0.99 0 0.15
HSL 289.12º 0.97% 0.43% -
HSV(B) 289.12º 0.99% 0.85% -
XYZ 31.28 14.71 67.52 -
YUV 80.13 205.81 198.52 -
System Red Green Blue C M Y K H S L
Decimal 179 3 218 0.18 0.99 0 0.15 289.12 0.97 0.43
Hex B3 3 DA 12 63 0 F 121 61 2B
Octal 263 3 332 22 143 0 17 441 141 53
Binary 10110011 11 11011010 10010 1100011 0 1111 100100001 1100001 101011

Color Harmonies of #B303DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B303DA

Black with #B303DA

Text Example


Text Example

White with #B303DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B303DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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