Html Css Color HEX #B302AA Deep Magenta

📋 copy color: '#B302AA'

red 179 ◦ green 2 ◦ blue 170

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

Shades of Deep Magenta #B302AA

Tints of Deep Magenta #B302AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.43%

R = 51%
G = 0.57%
B = 48.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B302AA (or 0xB302AA) is known color: Deep Magenta. HEX triplet: B3, 02 and AA. RGB value is (179,2,170). Sum of RGB (Red+Green+Blue) = 179+2+170=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B302AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B302AA is #4CFD55. Grayscale: #494949. Windows color (decimal): -5045590 or 11141811. OLE color: 11141811.

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

Color convert

RGB 179 2 170 -
CMYK 0 0.99 0.05 0.30
HSL 303.05º 0.98% 0.35% -
HSV(B) 303.05º 0.99% 0.7% -
XYZ 25.87 12.53 39.09 -
YUV 74.08 182.14 202.84 -
System Red Green Blue C M Y K H S L
Decimal 179 2 170 0 0.99 0.05 0.30 303.05 0.98 0.35
Hex B3 2 AA 0 63 5 1E 12F 62 23
Octal 263 2 252 0 143 5 36 457 142 43
Binary 10110011 10 10101010 0 1100011 101 11110 100101111 1100010 100011

Color Harmonies of #B302AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B302AA

Black with #B302AA

Text Example


Text Example

White with #B302AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B302AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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