Html Css Color HEX #B10CBA Deep Magenta

📋 copy color: '#B10CBA'

red 177 ◦ green 12 ◦ blue 186

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

Shades of Deep Magenta #B10CBA

Tints of Deep Magenta #B10CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.2%

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

R = 47.2%
G = 3.2%
B = 49.6%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B10CBA (or 0xB10CBA) is known color: Deep Magenta. HEX triplet: B1, 0C and BA. RGB value is (177,12,186). Sum of RGB (Red+Green+Blue) = 177+12+186=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #B10CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10CBA is #4EF345. Grayscale: #505050. Windows color (decimal): -5174086 or 12192945. OLE color: 12192945.

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

Color convert

RGB 177 12 186 -
CMYK 0.05 0.94 0 0.27
HSL 296.9º 0.88% 0.39% -
HSV(B) 296.9º 0.94% 0.73% -
XYZ 27.13 13.16 47.56 -
YUV 81.17 187.16 196.35 -
System Red Green Blue C M Y K H S L
Decimal 177 12 186 0.05 0.94 0 0.27 296.9 0.88 0.39
Hex B1 C BA 5 5E 0 1B 129 58 27
Octal 261 14 272 5 136 0 33 451 130 47
Binary 10110001 1100 10111010 101 1011110 0 11011 100101001 1011000 100111

Color Harmonies of #B10CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10CBA

Black with #B10CBA

Text Example


Text Example

White with #B10CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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