Html Css Color HEX #B300B1 Deep Magenta

📋 copy color: '#B300B1'

red 179 ◦ green 0 ◦ blue 177

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

Shades of Deep Magenta #B300B1

Tints of Deep Magenta #B300B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 49.72%

R = 50.28%
G = 0%
B = 49.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B300B1 (or 0xB300B1) is known color: Deep Magenta. HEX triplet: B3, 00 and B1. RGB value is (179,0,177). Sum of RGB (Red+Green+Blue) = 179+0+177=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B300B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B300B1 is #4CFF4E. Grayscale: #494949. Windows color (decimal): -5046095 or 11600051. OLE color: 11600051.

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

Color convert

RGB 179 0 177 -
CMYK 0 1 0.01 0.30
HSL 300.67º 1% 0.35% -
HSV(B) 300.67º 1% 0.7% -
XYZ 26.53 12.76 42.66 -
YUV 73.7 186.3 203.11 -
System Red Green Blue C M Y K H S L
Decimal 179 0 177 0 1 0.01 0.30 300.67 1 0.35
Hex B3 0 B1 0 64 1 1E 12D 64 23
Octal 263 0 261 0 144 1 36 455 144 43
Binary 10110011 0 10110001 0 1100100 1 11110 100101101 1100100 100011

Color Harmonies of #B300B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B300B1

Black with #B300B1

Text Example


Text Example

White with #B300B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B300B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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