Html Css Color HEX #B30AD4 Deep Magenta

📋 copy color: '#B30AD4'

red 179 ◦ green 10 ◦ blue 212

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

Shades of Deep Magenta #B30AD4

Tints of Deep Magenta #B30AD4

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.49%

 BLUE value IS 212 (83.2% from 255) = 52.87%

R = 44.64%
G = 2.49%
B = 52.87%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B30AD4 (or 0xB30AD4) is known color: Deep Magenta. HEX triplet: B3, 0A and D4. RGB value is (179,10,212). Sum of RGB (Red+Green+Blue) = 179+10+212=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 212 (83.20% from 255 or 52.87% from 401); Max value from RGB is 212 - color contains mainly: blue. Hex color #B30AD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30AD4 is #4CF52B. Grayscale: #525252. Windows color (decimal): -5043500 or 13896371. OLE color: 13896371.

HSL color Cylindrical-coordinate representation of color #B30AD4: hue angle of 290.2º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30AD4 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 179 10 212 -
CMYK 0.16 0.95 0 0.17
HSL 290.2º 0.91% 0.44% -
HSV(B) 290.2º 0.95% 0.83% -
XYZ 30.58 14.55 63.48 -
YUV 83.56 200.49 196.07 -
System Red Green Blue C M Y K H S L
Decimal 179 10 212 0.16 0.95 0 0.17 290.2 0.91 0.44
Hex B3 A D4 10 5F 0 11 122 5B 2C
Octal 263 12 324 20 137 0 21 442 133 54
Binary 10110011 1010 11010100 10000 1011111 0 10001 100100010 1011011 101100

Color Harmonies of #B30AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30AD4

Black with #B30AD4

Text Example


Text Example

White with #B30AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30AD4; }

 p { color: rgb(179,10,212); }

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

background-color css

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

 a { background-color: rgb(179,10,212); }

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

border-color css

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

 span { border-color: rgb(179,10,212); }

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