Html Css Color HEX #B30DC2 Deep Magenta

📋 copy color: '#B30DC2'

red 179 ◦ green 13 ◦ blue 194

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

Shades of Deep Magenta #B30DC2

Tints of Deep Magenta #B30DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.26%

R = 46.37%
G = 3.37%
B = 50.26%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B30DC2 (or 0xB30DC2) is known color: Deep Magenta. HEX triplet: B3, 0D and C2. RGB value is (179,13,194). Sum of RGB (Red+Green+Blue) = 179+13+194=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #B30DC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DC2 is #4CF23D. Grayscale: #525252. Windows color (decimal): -5042750 or 12717491. OLE color: 12717491.

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

Color convert

RGB 179 13 194 -
CMYK 0.08 0.93 0 0.24
HSL 295.03º 0.87% 0.41% -
HSV(B) 295.03º 0.93% 0.76% -
XYZ 28.47 13.77 52.2 -
YUV 83.27 190.5 196.28 -
System Red Green Blue C M Y K H S L
Decimal 179 13 194 0.08 0.93 0 0.24 295.03 0.87 0.41
Hex B3 D C2 8 5D 0 18 127 57 29
Octal 263 15 302 10 135 0 30 447 127 51
Binary 10110011 1101 11000010 1000 1011101 0 11000 100100111 1010111 101001

Color Harmonies of #B30DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30DC2

Black with #B30DC2

Text Example


Text Example

White with #B30DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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