Html Css Color HEX #B30ABF Deep Magenta

📋 copy color: '#B30ABF'

red 179 ◦ green 10 ◦ blue 191

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

Shades of Deep Magenta #B30ABF

Tints of Deep Magenta #B30ABF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.63%

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

R = 47.11%
G = 2.63%
B = 50.26%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B30ABF (or 0xB30ABF) is known color: Deep Magenta. HEX triplet: B3, 0A and BF. RGB value is (179,10,191). Sum of RGB (Red+Green+Blue) = 179+10+191=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #B30ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30ABF is #4CF540. Grayscale: #505050. Windows color (decimal): -5043521 or 12520115. OLE color: 12520115.

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

Color convert

RGB 179 10 191 -
CMYK 0.06 0.95 0 0.25
HSL 296.02º 0.9% 0.39% -
HSV(B) 296.02º 0.95% 0.75% -
XYZ 28.1 13.56 50.43 -
YUV 81.17 189.99 197.78 -
System Red Green Blue C M Y K H S L
Decimal 179 10 191 0.06 0.95 0 0.25 296.02 0.9 0.39
Hex B3 A BF 6 5F 0 19 128 5A 27
Octal 263 12 277 6 137 0 31 450 132 47
Binary 10110011 1010 10111111 110 1011111 0 11001 100101000 1011010 100111

Color Harmonies of #B30ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30ABF

Black with #B30ABF

Text Example


Text Example

White with #B30ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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