Html Css Color HEX #B30DC1 Deep Magenta

📋 copy color: '#B30DC1'

red 179 ◦ green 13 ◦ blue 193

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

Shades of Deep Magenta #B30DC1

Tints of Deep Magenta #B30DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.13%

R = 46.49%
G = 3.38%
B = 50.13%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B30DC1 (or 0xB30DC1) is known color: Deep Magenta. HEX triplet: B3, 0D and C1. RGB value is (179,13,193). Sum of RGB (Red+Green+Blue) = 179+13+193=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #B30DC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DC1 is #4CF23E. Grayscale: #525252. Windows color (decimal): -5042751 or 12651955. OLE color: 12651955.

HSL color Cylindrical-coordinate representation of color #B30DC1: hue angle of 295.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30DC1 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 13 193 -
CMYK 0.07 0.93 0 0.24
HSL 295.33º 0.87% 0.4% -
HSV(B) 295.33º 0.93% 0.76% -
XYZ 28.36 13.72 51.61 -
YUV 83.15 190 196.36 -
System Red Green Blue C M Y K H S L
Decimal 179 13 193 0.07 0.93 0 0.24 295.33 0.87 0.4
Hex B3 D C1 7 5D 0 18 127 57 28
Octal 263 15 301 7 135 0 30 447 127 50
Binary 10110011 1101 11000001 111 1011101 0 11000 100100111 1010111 101000

Color Harmonies of #B30DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30DC1

Black with #B30DC1

Text Example


Text Example

White with #B30DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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