Html Css Color HEX #B300AC Deep Magenta

📋 copy color: '#B300AC'

red 179 ◦ green 0 ◦ blue 172

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

Shades of Deep Magenta #B300AC

Tints of Deep Magenta #B300AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49%

R = 51%
G = 0%
B = 49%

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

#B300AC (or 0xB300AC) is known color: Deep Magenta. HEX triplet: B3, 00 and AC. RGB value is (179,0,172). Sum of RGB (Red+Green+Blue) = 179+0+172=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B300AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B300AC is #4CFF53. Grayscale: #484848. Windows color (decimal): -5046100 or 11272371. OLE color: 11272371.

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

Color convert

RGB 179 0 172 -
CMYK 0 1 0.04 0.30
HSL 302.35º 1% 0.35% -
HSV(B) 302.35º 1% 0.7% -
XYZ 26.04 12.56 40.08 -
YUV 73.13 183.8 203.51 -
System Red Green Blue C M Y K H S L
Decimal 179 0 172 0 1 0.04 0.30 302.35 1 0.35
Hex B3 0 AC 0 64 4 1E 12E 64 23
Octal 263 0 254 0 144 4 36 456 144 43
Binary 10110011 0 10101100 0 1100100 100 11110 100101110 1100100 100011

Color Harmonies of #B300AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B300AC

Black with #B300AC

Text Example


Text Example

White with #B300AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B300AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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