Html Css Color HEX #B300BA Deep Magenta

📋 copy color: '#B300BA'

red 179 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #B300BA

Tints of Deep Magenta #B300BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.96%

R = 49.04%
G = 0%
B = 50.96%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B300BA (or 0xB300BA) is known color: Deep Magenta. HEX triplet: B3, 00 and BA. RGB value is (179,0,186). Sum of RGB (Red+Green+Blue) = 179+0+186=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #B300BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B300BA is #4CFF45. Grayscale: #4A4A4A. Windows color (decimal): -5046086 or 12189875. OLE color: 12189875.

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

Color convert

RGB 179 0 186 -
CMYK 0.04 1 0 0.27
HSL 297.74º 1% 0.36% -
HSV(B) 297.74º 1% 0.73% -
XYZ 27.45 13.13 47.54 -
YUV 74.73 190.8 202.38 -
System Red Green Blue C M Y K H S L
Decimal 179 0 186 0.04 1 0 0.27 297.74 1 0.36
Hex B3 0 BA 4 64 0 1B 12A 64 24
Octal 263 0 272 4 144 0 33 452 144 44
Binary 10110011 0 10111010 100 1100100 0 11011 100101010 1100100 100100

Color Harmonies of #B300BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B300BA

Black with #B300BA

Text Example


Text Example

White with #B300BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B300BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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