Html Css Color HEX #B30DAF Deep Magenta

📋 copy color: '#B30DAF'

red 179 ◦ green 13 ◦ blue 175

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

Shades of Deep Magenta #B30DAF

Tints of Deep Magenta #B30DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.68%

R = 48.77%
G = 3.54%
B = 47.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B30DAF (or 0xB30DAF) is known color: Deep Magenta. HEX triplet: B3, 0D and AF. RGB value is (179,13,175). Sum of RGB (Red+Green+Blue) = 179+13+175=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B30DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30DAF is #4CF250. Grayscale: #505050. Windows color (decimal): -5042769 or 11472307. OLE color: 11472307.

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

Color convert

RGB 179 13 175 -
CMYK 0 0.93 0.02 0.30
HSL 301.45º 0.86% 0.38% -
HSV(B) 301.45º 0.93% 0.7% -
XYZ 26.47 12.97 41.67 -
YUV 81.1 181 197.83 -
System Red Green Blue C M Y K H S L
Decimal 179 13 175 0 0.93 0.02 0.30 301.45 0.86 0.38
Hex B3 D AF 0 5D 2 1E 12D 56 26
Octal 263 15 257 0 135 2 36 455 126 46
Binary 10110011 1101 10101111 0 1011101 10 11110 100101101 1010110 100110

Color Harmonies of #B30DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30DAF

Black with #B30DAF

Text Example


Text Example

White with #B30DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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