Html Css Color HEX #B30FBA Deep Magenta

📋 copy color: '#B30FBA'

red 179 ◦ green 15 ◦ blue 186

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

Shades of Deep Magenta #B30FBA

Tints of Deep Magenta #B30FBA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.95%

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 47.11%
G = 3.95%
B = 48.95%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B30FBA (or 0xB30FBA) is known color: Deep Magenta. HEX triplet: B3, 0F and BA. RGB value is (179,15,186). Sum of RGB (Red+Green+Blue) = 179+15+186=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #B30FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30FBA is #4CF045. Grayscale: #535353. Windows color (decimal): -5042246 or 12193715. OLE color: 12193715.

HSL color Cylindrical-coordinate representation of color #B30FBA: hue angle of 297.54º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30FBA is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 15 186 -
CMYK 0.04 0.92 0 0.27
HSL 297.54º 0.85% 0.39% -
HSV(B) 297.54º 0.92% 0.73% -
XYZ 27.62 13.47 47.6 -
YUV 83.53 185.83 196.1 -
System Red Green Blue C M Y K H S L
Decimal 179 15 186 0.04 0.92 0 0.27 297.54 0.85 0.39
Hex B3 F BA 4 5C 0 1B 12A 55 27
Octal 263 17 272 4 134 0 33 452 125 47
Binary 10110011 1111 10111010 100 1011100 0 11011 100101010 1010101 100111

Color Harmonies of #B30FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30FBA

Black with #B30FBA

Text Example


Text Example

White with #B30FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30FBA; }

 p { color: rgb(179,15,186); }

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

background-color css

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

 a { background-color: rgb(179,15,186); }

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

border-color css

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

 span { border-color: rgb(179,15,186); }

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