Html Css Color HEX #B30FBE Deep Magenta

📋 copy color: '#B30FBE'

red 179 ◦ green 15 ◦ blue 190

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

Shades of Deep Magenta #B30FBE

Tints of Deep Magenta #B30FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 46.61%
G = 3.91%
B = 49.48%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B30FBE (or 0xB30FBE) is known color: Deep Magenta. HEX triplet: B3, 0F and BE. RGB value is (179,15,190). Sum of RGB (Red+Green+Blue) = 179+15+190=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #B30FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30FBE is #4CF041. Grayscale: #535353. Windows color (decimal): -5042242 or 12455859. OLE color: 12455859.

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

Color convert

RGB 179 15 190 -
CMYK 0.06 0.92 0 0.25
HSL 296.23º 0.85% 0.4% -
HSV(B) 296.23º 0.92% 0.75% -
XYZ 28.06 13.64 49.87 -
YUV 83.99 187.83 195.77 -
System Red Green Blue C M Y K H S L
Decimal 179 15 190 0.06 0.92 0 0.25 296.23 0.85 0.4
Hex B3 F BE 6 5C 0 19 128 55 28
Octal 263 17 276 6 134 0 31 450 125 50
Binary 10110011 1111 10111110 110 1011100 0 11001 100101000 1010101 101000

Color Harmonies of #B30FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30FBE

Black with #B30FBE

Text Example


Text Example

White with #B30FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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