Html Css Color HEX #B300AE Deep Magenta

📋 copy color: '#B300AE'

red 179 ◦ green 0 ◦ blue 174

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

Shades of Deep Magenta #B300AE

Tints of Deep Magenta #B300AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.29%

R = 50.71%
G = 0%
B = 49.29%

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

#B300AE (or 0xB300AE) is known color: Deep Magenta. HEX triplet: B3, 00 and AE. RGB value is (179,0,174). Sum of RGB (Red+Green+Blue) = 179+0+174=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B300AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B300AE is #4CFF51. Grayscale: #484848. Windows color (decimal): -5046098 or 11403443. OLE color: 11403443.

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

Color convert

RGB 179 0 174 -
CMYK 0 1 0.03 0.30
HSL 301.68º 1% 0.35% -
HSV(B) 301.68º 1% 0.7% -
XYZ 26.23 12.64 41.1 -
YUV 73.36 184.8 203.35 -
System Red Green Blue C M Y K H S L
Decimal 179 0 174 0 1 0.03 0.30 301.68 1 0.35
Hex B3 0 AE 0 64 3 1E 12E 64 23
Octal 263 0 256 0 144 3 36 456 144 43
Binary 10110011 0 10101110 0 1100100 11 11110 100101110 1100100 100011

Color Harmonies of #B300AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B300AE

Black with #B300AE

Text Example


Text Example

White with #B300AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B300AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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