Html Css Color HEX #B30AB4 Deep Magenta

📋 copy color: '#B30AB4'

red 179 ◦ green 10 ◦ blue 180

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

Shades of Deep Magenta #B30AB4

Tints of Deep Magenta #B30AB4

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.71%

 BLUE value IS 180 (70.7% from 255) = 48.78%

R = 48.51%
G = 2.71%
B = 48.78%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B30AB4 (or 0xB30AB4) is known color: Deep Magenta. HEX triplet: B3, 0A and B4. RGB value is (179,10,180). Sum of RGB (Red+Green+Blue) = 179+10+180=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #B30AB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30AB4 is #4CF54B. Grayscale: #4F4F4F. Windows color (decimal): -5043532 or 11799219. OLE color: 11799219.

HSL color Cylindrical-coordinate representation of color #B30AB4: hue angle of 299.65º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30AB4 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 179 10 180 -
CMYK 0.01 0.94 0 0.29
HSL 299.65º 0.89% 0.37% -
HSV(B) 299.65º 0.94% 0.71% -
XYZ 26.94 13.1 44.29 -
YUV 79.91 184.49 198.68 -
System Red Green Blue C M Y K H S L
Decimal 179 10 180 0.01 0.94 0 0.29 299.65 0.89 0.37
Hex B3 A B4 1 5E 0 1D 12C 59 25
Octal 263 12 264 1 136 0 35 454 131 45
Binary 10110011 1010 10110100 1 1011110 0 11101 100101100 1011001 100101

Color Harmonies of #B30AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30AB4

Black with #B30AB4

Text Example


Text Example

White with #B30AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30AB4; }

 p { color: rgb(179,10,180); }

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

background-color css

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

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

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

border-color css

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

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

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