Html Css Color HEX #B30FDA Deep Magenta

📋 copy color: '#B30FDA'

red 179 ◦ green 15 ◦ blue 218

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

Shades of Deep Magenta #B30FDA

Tints of Deep Magenta #B30FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.91%

R = 43.45%
G = 3.64%
B = 52.91%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B30FDA (or 0xB30FDA) is known color: Deep Magenta. HEX triplet: B3, 0F and DA. RGB value is (179,15,218). Sum of RGB (Red+Green+Blue) = 179+15+218=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 15 (6.25% from 255 or 3.64% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #B30FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30FDA is #4CF025. Grayscale: #565656. Windows color (decimal): -5042214 or 14290867. OLE color: 14290867.

HSL color Cylindrical-coordinate representation of color #B30FDA: hue angle of 288.47º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30FDA is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 15 218 -
CMYK 0.18 0.93 0 0.15
HSL 288.47º 0.87% 0.46% -
HSV(B) 288.47º 0.93% 0.85% -
XYZ 31.42 14.99 67.57 -
YUV 87.18 201.83 193.49 -
System Red Green Blue C M Y K H S L
Decimal 179 15 218 0.18 0.93 0 0.15 288.47 0.87 0.46
Hex B3 F DA 12 5D 0 F 120 57 2E
Octal 263 17 332 22 135 0 17 440 127 56
Binary 10110011 1111 11011010 10010 1011101 0 1111 100100000 1010111 101110

Color Harmonies of #B30FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30FDA

Black with #B30FDA

Text Example


Text Example

White with #B30FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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