Html Css Color HEX #B300AB Deep Magenta

📋 copy color: '#B300AB'

red 179 ◦ green 0 ◦ blue 171

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

Shades of Deep Magenta #B300AB

Tints of Deep Magenta #B300AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.14%
G = 0%
B = 48.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B300AB (or 0xB300AB) is known color: Deep Magenta. HEX triplet: B3, 00 and AB. RGB value is (179,0,171). Sum of RGB (Red+Green+Blue) = 179+0+171=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B300AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B300AB is #4CFF54. Grayscale: #484848. Windows color (decimal): -5046101 or 11206835. OLE color: 11206835.

HSL color Cylindrical-coordinate representation of color #B300AB: hue angle of 302.68º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B300AB is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 0 171 -
CMYK 0 1 0.04 0.30
HSL 302.68º 1% 0.35% -
HSV(B) 302.68º 1% 0.7% -
XYZ 25.94 12.52 39.58 -
YUV 73.02 183.3 203.6 -
System Red Green Blue C M Y K H S L
Decimal 179 0 171 0 1 0.04 0.30 302.68 1 0.35
Hex B3 0 AB 0 64 4 1E 12F 64 23
Octal 263 0 253 0 144 4 36 457 144 43
Binary 10110011 0 10101011 0 1100100 100 11110 100101111 1100100 100011

Color Harmonies of #B300AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B300AB

Black with #B300AB

Text Example


Text Example

White with #B300AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B300AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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