Html Css Color HEX #B30DAD Deep Magenta

📋 copy color: '#B30DAD'

red 179 ◦ green 13 ◦ blue 173

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

Shades of Deep Magenta #B30DAD

Tints of Deep Magenta #B30DAD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.56%

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

R = 49.04%
G = 3.56%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B30DAD (or 0xB30DAD) is known color: Deep Magenta. HEX triplet: B3, 0D and AD. RGB value is (179,13,173). Sum of RGB (Red+Green+Blue) = 179+13+173=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B30DAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30DAD is #4CF252. Grayscale: #505050. Windows color (decimal): -5042771 or 11341235. OLE color: 11341235.

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

Color convert

RGB 179 13 173 -
CMYK 0 0.93 0.03 0.30
HSL 302.17º 0.86% 0.38% -
HSV(B) 302.17º 0.93% 0.7% -
XYZ 26.28 12.89 40.64 -
YUV 80.87 180 197.99 -
System Red Green Blue C M Y K H S L
Decimal 179 13 173 0 0.93 0.03 0.30 302.17 0.86 0.38
Hex B3 D AD 0 5D 3 1E 12E 56 26
Octal 263 15 255 0 135 3 36 456 126 46
Binary 10110011 1101 10101101 0 1011101 11 11110 100101110 1010110 100110

Color Harmonies of #B30DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30DAD

Black with #B30DAD

Text Example


Text Example

White with #B30DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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