Html Css Color HEX #B30BA9 Deep Magenta

📋 copy color: '#B30BA9'

red 179 ◦ green 11 ◦ blue 169

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

Shades of Deep Magenta #B30BA9

Tints of Deep Magenta #B30BA9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.06%

 BLUE value IS 169 (66.41% from 255) = 47.08%

R = 49.86%
G = 3.06%
B = 47.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B30BA9 (or 0xB30BA9) is known color: Deep Magenta. HEX triplet: B3, 0B and A9. RGB value is (179,11,169). Sum of RGB (Red+Green+Blue) = 179+11+169=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 169 (66.41% from 255 or 47.08% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B30BA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30BA9 is #4CF456. Grayscale: #4E4E4E. Windows color (decimal): -5043287 or 11078579. OLE color: 11078579.

HSL color Cylindrical-coordinate representation of color #B30BA9: hue angle of 303.57º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30BA9 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 11 169 -
CMYK 0 0.94 0.06 0.30
HSL 303.57º 0.88% 0.37% -
HSV(B) 303.57º 0.94% 0.7% -
XYZ 25.87 12.69 38.62 -
YUV 79.24 178.66 199.15 -
System Red Green Blue C M Y K H S L
Decimal 179 11 169 0 0.94 0.06 0.30 303.57 0.88 0.37
Hex B3 B A9 0 5E 6 1E 130 58 25
Octal 263 13 251 0 136 6 36 460 130 45
Binary 10110011 1011 10101001 0 1011110 110 11110 100110000 1011000 100101

Color Harmonies of #B30BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30BA9

Black with #B30BA9

Text Example


Text Example

White with #B30BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30BA9; }

 p { color: rgb(179,11,169); }

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

background-color css

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

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

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

border-color css

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

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

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