Html Css Color HEX #B302AD Deep Magenta

📋 copy color: '#B302AD'

red 179 ◦ green 2 ◦ blue 173

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

Shades of Deep Magenta #B302AD

Tints of Deep Magenta #B302AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.87%

R = 50.56%
G = 0.56%
B = 48.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B302AD (or 0xB302AD) is known color: Deep Magenta. HEX triplet: B3, 02 and AD. RGB value is (179,2,173). Sum of RGB (Red+Green+Blue) = 179+2+173=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B302AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B302AD is #4CFD52. Grayscale: #494949. Windows color (decimal): -5045587 or 11338419. OLE color: 11338419.

HSL color Cylindrical-coordinate representation of color #B302AD: hue angle of 302.03º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B302AD is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 2 173 -
CMYK 0 0.99 0.03 0.30
HSL 302.03º 0.98% 0.35% -
HSV(B) 302.03º 0.99% 0.7% -
XYZ 26.15 12.64 40.6 -
YUV 74.42 183.64 202.6 -
System Red Green Blue C M Y K H S L
Decimal 179 2 173 0 0.99 0.03 0.30 302.03 0.98 0.35
Hex B3 2 AD 0 63 3 1E 12E 62 23
Octal 263 2 255 0 143 3 36 456 142 43
Binary 10110011 10 10101101 0 1100011 11 11110 100101110 1100010 100011

Color Harmonies of #B302AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B302AD

Black with #B302AD

Text Example


Text Example

White with #B302AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B302AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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