Html Css Color HEX #B300BF Deep Magenta

📋 copy color: '#B300BF'

red 179 ◦ green 0 ◦ blue 191

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

Shades of Deep Magenta #B300BF

Tints of Deep Magenta #B300BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.62%

R = 48.38%
G = 0%
B = 51.62%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B300BF (or 0xB300BF) is known color: Deep Magenta. HEX triplet: B3, 00 and BF. RGB value is (179,0,191). Sum of RGB (Red+Green+Blue) = 179+0+191=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #B300BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B300BF is #4CFF40. Grayscale: #4A4A4A. Windows color (decimal): -5046081 or 12517555. OLE color: 12517555.

HSL color Cylindrical-coordinate representation of color #B300BF: hue angle of 296.23º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B300BF is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 0 191 -
CMYK 0.06 1 0 0.25
HSL 296.23º 1% 0.37% -
HSV(B) 296.23º 1% 0.75% -
XYZ 27.99 13.35 50.39 -
YUV 75.3 193.3 201.97 -
System Red Green Blue C M Y K H S L
Decimal 179 0 191 0.06 1 0 0.25 296.23 1 0.37
Hex B3 0 BF 6 64 0 19 128 64 25
Octal 263 0 277 6 144 0 31 450 144 45
Binary 10110011 0 10111111 110 1100100 0 11001 100101000 1100100 100101

Color Harmonies of #B300BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B300BF

Black with #B300BF

Text Example


Text Example

White with #B300BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B300BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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