Html Css Color HEX #B30ACD Deep Magenta

📋 copy color: '#B30ACD'

red 179 ◦ green 10 ◦ blue 205

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

Shades of Deep Magenta #B30ACD

Tints of Deep Magenta #B30ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.03%

R = 45.43%
G = 2.54%
B = 52.03%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B30ACD (or 0xB30ACD) is known color: Deep Magenta. HEX triplet: B3, 0A and CD. RGB value is (179,10,205). Sum of RGB (Red+Green+Blue) = 179+10+205=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 10 (4.30% from 255 or 2.54% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #B30ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30ACD is #4CF532. Grayscale: #525252. Windows color (decimal): -5043507 or 13437619. OLE color: 13437619.

HSL color Cylindrical-coordinate representation of color #B30ACD: hue angle of 292º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30ACD is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 10 205 -
CMYK 0.13 0.95 0 0.20
HSL 292º 0.91% 0.42% -
HSV(B) 292º 0.95% 0.8% -
XYZ 29.72 14.21 58.93 -
YUV 82.76 196.99 196.64 -
System Red Green Blue C M Y K H S L
Decimal 179 10 205 0.13 0.95 0 0.20 292 0.91 0.42
Hex B3 A CD D 5F 0 14 124 5B 2A
Octal 263 12 315 15 137 0 24 444 133 52
Binary 10110011 1010 11001101 1101 1011111 0 10100 100100100 1011011 101010

Color Harmonies of #B30ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30ACD

Black with #B30ACD

Text Example


Text Example

White with #B30ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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