Html Css Color HEX #B30DD6 Deep Magenta

📋 copy color: '#B30DD6'

red 179 ◦ green 13 ◦ blue 214

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

Shades of Deep Magenta #B30DD6

Tints of Deep Magenta #B30DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.71%

R = 44.09%
G = 3.2%
B = 52.71%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B30DD6 (or 0xB30DD6) is known color: Deep Magenta. HEX triplet: B3, 0D and D6. RGB value is (179,13,214). Sum of RGB (Red+Green+Blue) = 179+13+214=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 214 (83.98% from 255 or 52.71% from 406); Max value from RGB is 214 - color contains mainly: blue. Hex color #B30DD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DD6 is #4CF229. Grayscale: #545454. Windows color (decimal): -5042730 or 14028211. OLE color: 14028211.

HSL color Cylindrical-coordinate representation of color #B30DD6: hue angle of 289.55º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30DD6 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 13 214 -
CMYK 0.16 0.94 0 0.16
HSL 289.55º 0.89% 0.45% -
HSV(B) 289.55º 0.94% 0.84% -
XYZ 30.87 14.73 64.83 -
YUV 85.55 200.5 194.66 -
System Red Green Blue C M Y K H S L
Decimal 179 13 214 0.16 0.94 0 0.16 289.55 0.89 0.45
Hex B3 D D6 10 5E 0 10 122 59 2D
Octal 263 15 326 20 136 0 20 442 131 55
Binary 10110011 1101 11010110 10000 1011110 0 10000 100100010 1011001 101101

Color Harmonies of #B30DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30DD6

Black with #B30DD6

Text Example


Text Example

White with #B30DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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