Html Css Color HEX #B300BE Deep Magenta

📋 copy color: '#B300BE'

red 179 ◦ green 0 ◦ blue 190

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

Shades of Deep Magenta #B300BE

Tints of Deep Magenta #B300BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.49%

R = 48.51%
G = 0%
B = 51.49%

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

#B300BE (or 0xB300BE) is known color: Deep Magenta. HEX triplet: B3, 00 and BE. RGB value is (179,0,190). Sum of RGB (Red+Green+Blue) = 179+0+190=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #B300BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B300BE is #4CFF41. Grayscale: #4A4A4A. Windows color (decimal): -5046082 or 12452019. OLE color: 12452019.

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

Color convert

RGB 179 0 190 -
CMYK 0.06 1 0 0.25
HSL 296.53º 1% 0.37% -
HSV(B) 296.53º 1% 0.75% -
XYZ 27.88 13.3 49.81 -
YUV 75.18 192.8 202.05 -
System Red Green Blue C M Y K H S L
Decimal 179 0 190 0.06 1 0 0.25 296.53 1 0.37
Hex B3 0 BE 6 64 0 19 129 64 25
Octal 263 0 276 6 144 0 31 451 144 45
Binary 10110011 0 10111110 110 1100100 0 11001 100101001 1100100 100101

Color Harmonies of #B300BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B300BE

Black with #B300BE

Text Example


Text Example

White with #B300BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B300BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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