Html Css Color HEX #B10FBA Deep Magenta

📋 copy color: '#B10FBA'

red 177 ◦ green 15 ◦ blue 186

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

Shades of Deep Magenta #B10FBA

Tints of Deep Magenta #B10FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 46.83%
G = 3.97%
B = 49.21%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B10FBA (or 0xB10FBA) is known color: Deep Magenta. HEX triplet: B1, 0F and BA. RGB value is (177,15,186). Sum of RGB (Red+Green+Blue) = 177+15+186=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #B10FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10FBA is #4EF045. Grayscale: #525252. Windows color (decimal): -5173318 or 12193713. OLE color: 12193713.

HSL color Cylindrical-coordinate representation of color #B10FBA: hue angle of 296.84º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10FBA is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 15 186 -
CMYK 0.05 0.92 0 0.27
HSL 296.84º 0.85% 0.39% -
HSV(B) 296.84º 0.92% 0.73% -
XYZ 27.17 13.23 47.58 -
YUV 82.93 186.17 195.1 -
System Red Green Blue C M Y K H S L
Decimal 177 15 186 0.05 0.92 0 0.27 296.84 0.85 0.39
Hex B1 F BA 5 5C 0 1B 129 55 27
Octal 261 17 272 5 134 0 33 451 125 47
Binary 10110001 1111 10111010 101 1011100 0 11011 100101001 1010101 100111

Color Harmonies of #B10FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FBA

Black with #B10FBA

Text Example


Text Example

White with #B10FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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