Html Css Color HEX #B10BBC Deep Magenta

📋 copy color: '#B10BBC'

red 177 ◦ green 11 ◦ blue 188

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

Shades of Deep Magenta #B10BBC

Tints of Deep Magenta #B10BBC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.93%

 BLUE value IS 188 (73.83% from 255) = 50%

R = 47.07%
G = 2.93%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B10BBC (or 0xB10BBC) is known color: Deep Magenta. HEX triplet: B1, 0B and BC. RGB value is (177,11,188). Sum of RGB (Red+Green+Blue) = 177+11+188=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #B10BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10BBC is #4EF443. Grayscale: #505050. Windows color (decimal): -5174340 or 12323761. OLE color: 12323761.

HSL color Cylindrical-coordinate representation of color #B10BBC: hue angle of 296.27º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10BBC is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 11 188 -
CMYK 0.06 0.94 0 0.26
HSL 296.27º 0.89% 0.39% -
HSV(B) 296.27º 0.94% 0.74% -
XYZ 27.33 13.22 48.69 -
YUV 80.81 188.5 196.61 -
System Red Green Blue C M Y K H S L
Decimal 177 11 188 0.06 0.94 0 0.26 296.27 0.89 0.39
Hex B1 B BC 6 5E 0 1A 128 59 27
Octal 261 13 274 6 136 0 32 450 131 47
Binary 10110001 1011 10111100 110 1011110 0 11010 100101000 1011001 100111

Color Harmonies of #B10BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10BBC

Black with #B10BBC

Text Example


Text Example

White with #B10BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10BBC; }

 p { color: rgb(177,11,188); }

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

background-color css

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

 a { background-color: rgb(177,11,188); }

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

border-color css

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

 span { border-color: rgb(177,11,188); }

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