Html Css Color HEX #B10FBE Deep Magenta

📋 copy color: '#B10FBE'

red 177 ◦ green 15 ◦ blue 190

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

Shades of Deep Magenta #B10FBE

Tints of Deep Magenta #B10FBE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.93%

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

R = 46.34%
G = 3.93%
B = 49.74%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B10FBE (or 0xB10FBE) is known color: Deep Magenta. HEX triplet: B1, 0F and BE. RGB value is (177,15,190). Sum of RGB (Red+Green+Blue) = 177+15+190=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #B10FBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10FBE is #4EF041. Grayscale: #525252. Windows color (decimal): -5173314 or 12455857. OLE color: 12455857.

HSL color Cylindrical-coordinate representation of color #B10FBE: hue angle of 295.54º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10FBE is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 15 190 -
CMYK 0.07 0.92 0 0.25
HSL 295.54º 0.85% 0.4% -
HSV(B) 295.54º 0.92% 0.75% -
XYZ 27.6 13.41 49.85 -
YUV 83.39 188.17 194.77 -
System Red Green Blue C M Y K H S L
Decimal 177 15 190 0.07 0.92 0 0.25 295.54 0.85 0.4
Hex B1 F BE 7 5C 0 19 128 55 28
Octal 261 17 276 7 134 0 31 450 125 50
Binary 10110001 1111 10111110 111 1011100 0 11001 100101000 1010101 101000

Color Harmonies of #B10FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FBE

Black with #B10FBE

Text Example


Text Example

White with #B10FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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