Html Css Color HEX #B300AD Deep Magenta

📋 copy color: '#B300AD'

red 179 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #B300AD

Tints of Deep Magenta #B300AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.15%

R = 50.85%
G = 0%
B = 49.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B300AD (or 0xB300AD) is known color: Deep Magenta. HEX triplet: B3, 00 and AD. RGB value is (179,0,173). Sum of RGB (Red+Green+Blue) = 179+0+173=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B300AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B300AD is #4CFF52. Grayscale: #484848. Windows color (decimal): -5046099 or 11337907. OLE color: 11337907.

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

Color convert

RGB 179 0 173 -
CMYK 0 1 0.03 0.30
HSL 302.01º 1% 0.35% -
HSV(B) 302.01º 1% 0.7% -
XYZ 26.13 12.6 40.59 -
YUV 73.24 184.3 203.43 -
System Red Green Blue C M Y K H S L
Decimal 179 0 173 0 1 0.03 0.30 302.01 1 0.35
Hex B3 0 AD 0 64 3 1E 12E 64 23
Octal 263 0 255 0 144 3 36 456 144 43
Binary 10110011 0 10101101 0 1100100 11 11110 100101110 1100100 100011

Color Harmonies of #B300AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B300AD

Black with #B300AD

Text Example


Text Example

White with #B300AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B300AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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