Html Css Color HEX #B30EBA Deep Magenta

📋 copy color: '#B30EBA'

red 179 ◦ green 14 ◦ blue 186

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

Shades of Deep Magenta #B30EBA

Tints of Deep Magenta #B30EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.69%

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

R = 47.23%
G = 3.69%
B = 49.08%

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

#B30EBA (or 0xB30EBA) is known color: Deep Magenta. HEX triplet: B3, 0E and BA. RGB value is (179,14,186). Sum of RGB (Red+Green+Blue) = 179+14+186=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #B30EBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30EBA is #4CF145. Grayscale: #525252. Windows color (decimal): -5042502 or 12193459. OLE color: 12193459.

HSL color Cylindrical-coordinate representation of color #B30EBA: hue angle of 297.56º degrees, saturation: 0.86, 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 #B30EBA is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 14 186 -
CMYK 0.04 0.92 0 0.27
HSL 297.56º 0.86% 0.39% -
HSV(B) 297.56º 0.92% 0.73% -
XYZ 27.61 13.44 47.59 -
YUV 82.94 186.16 196.51 -
System Red Green Blue C M Y K H S L
Decimal 179 14 186 0.04 0.92 0 0.27 297.56 0.86 0.39
Hex B3 E BA 4 5C 0 1B 12A 56 27
Octal 263 16 272 4 134 0 33 452 126 47
Binary 10110011 1110 10111010 100 1011100 0 11011 100101010 1010110 100111

Color Harmonies of #B30EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30EBA

Black with #B30EBA

Text Example


Text Example

White with #B30EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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