Html Css Color HEX #B100BE Deep Magenta

📋 copy color: '#B100BE'

red 177 ◦ green 0 ◦ blue 190

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

Shades of Deep Magenta #B100BE

Tints of Deep Magenta #B100BE

RGB

 RED value IS 177 (69.53% from 255) = 48.23%

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

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

R = 48.23%
G = 0%
B = 51.77%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B100BE (or 0xB100BE) is known color: Deep Magenta. HEX triplet: B1, 00 and BE. RGB value is (177,0,190). Sum of RGB (Red+Green+Blue) = 177+0+190=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #B100BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B100BE is #4EFF41. Grayscale: #4A4A4A. Windows color (decimal): -5177154 or 12452017. OLE color: 12452017.

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

Color convert

RGB 177 0 190 -
CMYK 0.07 1 0 0.25
HSL 295.89º 1% 0.37% -
HSV(B) 295.89º 1% 0.75% -
XYZ 27.43 13.06 49.79 -
YUV 74.58 193.14 201.05 -
System Red Green Blue C M Y K H S L
Decimal 177 0 190 0.07 1 0 0.25 295.89 1 0.37
Hex B1 0 BE 7 64 0 19 128 64 25
Octal 261 0 276 7 144 0 31 450 144 45
Binary 10110001 0 10111110 111 1100100 0 11001 100101000 1100100 100101

Color Harmonies of #B100BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B100BE

Black with #B100BE

Text Example


Text Example

White with #B100BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B100BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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