Html Css Color HEX #B300A8 Deep Magenta

📋 copy color: '#B300A8'

red 179 ◦ green 0 ◦ blue 168

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

Shades of Deep Magenta #B300A8

Tints of Deep Magenta #B300A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 48.41%

R = 51.59%
G = 0%
B = 48.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B300A8 (or 0xB300A8) is known color: Deep Magenta. HEX triplet: B3, 00 and A8. RGB value is (179,0,168). Sum of RGB (Red+Green+Blue) = 179+0+168=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 168 (66.02% from 255 or 48.41% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B300A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B300A8 is #4CFF57. Grayscale: #484848. Windows color (decimal): -5046104 or 11010227. OLE color: 11010227.

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

Color convert

RGB 179 0 168 -
CMYK 0 1 0.06 0.30
HSL 303.69º 1% 0.35% -
HSV(B) 303.69º 1% 0.7% -
XYZ 25.66 12.41 38.09 -
YUV 72.67 181.8 203.84 -
System Red Green Blue C M Y K H S L
Decimal 179 0 168 0 1 0.06 0.30 303.69 1 0.35
Hex B3 0 A8 0 64 6 1E 130 64 23
Octal 263 0 250 0 144 6 36 460 144 43
Binary 10110011 0 10101000 0 1100100 110 11110 100110000 1100100 100011

Color Harmonies of #B300A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B300A8

Black with #B300A8

Text Example


Text Example

White with #B300A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B300A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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