Html Css Color HEX #B30DCD Deep Magenta

📋 copy color: '#B30DCD'

red 179 ◦ green 13 ◦ blue 205

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

Shades of Deep Magenta #B30DCD

Tints of Deep Magenta #B30DCD

RGB

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

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

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

R = 45.09%
G = 3.27%
B = 51.64%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B30DCD (or 0xB30DCD) is known color: Deep Magenta. HEX triplet: B3, 0D and CD. RGB value is (179,13,205). Sum of RGB (Red+Green+Blue) = 179+13+205=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #B30DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DCD is #4CF232. Grayscale: #535353. Windows color (decimal): -5042739 or 13438387. OLE color: 13438387.

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

Color convert

RGB 179 13 205 -
CMYK 0.13 0.94 0 0.20
HSL 291.88º 0.88% 0.43% -
HSV(B) 291.88º 0.94% 0.8% -
XYZ 29.75 14.28 58.95 -
YUV 84.52 196 195.39 -
System Red Green Blue C M Y K H S L
Decimal 179 13 205 0.13 0.94 0 0.20 291.88 0.88 0.43
Hex B3 D CD D 5E 0 14 124 58 2B
Octal 263 15 315 15 136 0 24 444 130 53
Binary 10110011 1101 11001101 1101 1011110 0 10100 100100100 1011000 101011

Color Harmonies of #B30DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30DCD

Black with #B30DCD

Text Example


Text Example

White with #B30DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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