Html Css Color HEX #B30FB3 Deep Magenta

📋 copy color: '#B30FB3'

red 179 ◦ green 15 ◦ blue 179

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

Shades of Deep Magenta #B30FB3

Tints of Deep Magenta #B30FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.99%

R = 47.99%
G = 4.02%
B = 47.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B30FB3 (or 0xB30FB3) is known color: Deep Magenta. HEX triplet: B3, 0F and B3. RGB value is (179,15,179). Sum of RGB (Red+Green+Blue) = 179+15+179=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B30FB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30FB3 is #4CF04C. Grayscale: #525252. Windows color (decimal): -5042253 or 11734963. OLE color: 11734963.

HSL color Cylindrical-coordinate representation of color #B30FB3: hue angle of 300º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30FB3 is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 15 179 -
CMYK 0 0.92 0 0.30
HSL 300º 0.85% 0.38% -
HSV(B) 300º 0.92% 0.7% -
XYZ 26.9 13.18 43.77 -
YUV 82.73 182.33 196.66 -
System Red Green Blue C M Y K H S L
Decimal 179 15 179 0 0.92 0 0.30 300 0.85 0.38
Hex B3 F B3 0 5C 0 1E 12C 55 26
Octal 263 17 263 0 134 0 36 454 125 46
Binary 10110011 1111 10110011 0 1011100 0 11110 100101100 1010101 100110

Color Harmonies of #B30FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30FB3

Black with #B30FB3

Text Example


Text Example

White with #B30FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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