Html Css Color HEX #B30BAB Deep Magenta

📋 copy color: '#B30BAB'

red 179 ◦ green 11 ◦ blue 171

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

Shades of Deep Magenta #B30BAB

Tints of Deep Magenta #B30BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.37%

R = 49.58%
G = 3.05%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B30BAB (or 0xB30BAB) is known color: Deep Magenta. HEX triplet: B3, 0B and AB. RGB value is (179,11,171). Sum of RGB (Red+Green+Blue) = 179+11+171=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B30BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30BAB is #4CF454. Grayscale: #4F4F4F. Windows color (decimal): -5043285 or 11209651. OLE color: 11209651.

HSL color Cylindrical-coordinate representation of color #B30BAB: hue angle of 302.86º 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 #B30BAB is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 11 171 -
CMYK 0 0.94 0.04 0.30
HSL 302.86º 0.88% 0.37% -
HSV(B) 302.86º 0.94% 0.7% -
XYZ 26.06 12.76 39.62 -
YUV 79.47 179.66 198.99 -
System Red Green Blue C M Y K H S L
Decimal 179 11 171 0 0.94 0.04 0.30 302.86 0.88 0.37
Hex B3 B AB 0 5E 4 1E 12F 58 25
Octal 263 13 253 0 136 4 36 457 130 45
Binary 10110011 1011 10101011 0 1011110 100 11110 100101111 1011000 100101

Color Harmonies of #B30BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30BAB

Black with #B30BAB

Text Example


Text Example

White with #B30BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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