Html Css Color HEX #B30DBF Deep Magenta

📋 copy color: '#B30DBF'

red 179 ◦ green 13 ◦ blue 191

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

Shades of Deep Magenta #B30DBF

Tints of Deep Magenta #B30DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.87%

R = 46.74%
G = 3.39%
B = 49.87%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B30DBF (or 0xB30DBF) is known color: Deep Magenta. HEX triplet: B3, 0D and BF. RGB value is (179,13,191). Sum of RGB (Red+Green+Blue) = 179+13+191=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #B30DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DBF is #4CF240. Grayscale: #525252. Windows color (decimal): -5042753 or 12520883. OLE color: 12520883.

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

Color convert

RGB 179 13 191 -
CMYK 0.06 0.93 0 0.25
HSL 295.96º 0.87% 0.4% -
HSV(B) 295.96º 0.93% 0.75% -
XYZ 28.14 13.63 50.44 -
YUV 82.93 189 196.53 -
System Red Green Blue C M Y K H S L
Decimal 179 13 191 0.06 0.93 0 0.25 295.96 0.87 0.4
Hex B3 D BF 6 5D 0 19 128 57 28
Octal 263 15 277 6 135 0 31 450 127 50
Binary 10110011 1101 10111111 110 1011101 0 11001 100101000 1010111 101000

Color Harmonies of #B30DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30DBF

Black with #B30DBF

Text Example


Text Example

White with #B30DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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