Html Css Color HEX #B10BCC Deep Magenta

📋 copy color: '#B10BCC'

red 177 ◦ green 11 ◦ blue 204

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

Shades of Deep Magenta #B10BCC

Tints of Deep Magenta #B10BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 45.15%
G = 2.81%
B = 52.04%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B10BCC (or 0xB10BCC) is known color: Deep Magenta. HEX triplet: B1, 0B and CC. RGB value is (177,11,204). Sum of RGB (Red+Green+Blue) = 177+11+204=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #B10BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10BCC is #4EF433. Grayscale: #525252. Windows color (decimal): -5174324 or 13372337. OLE color: 13372337.

HSL color Cylindrical-coordinate representation of color #B10BCC: hue angle of 291.61º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10BCC is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 11 204 -
CMYK 0.13 0.95 0 0.2
HSL 291.61º 0.9% 0.42% -
HSV(B) 291.61º 0.95% 0.8% -
XYZ 29.15 13.95 58.28 -
YUV 82.64 196.5 195.31 -
System Red Green Blue C M Y K H S L
Decimal 177 11 204 0.13 0.95 0 0.2 291.61 0.9 0.42
Hex B1 B CC D 5F 0 14 124 5A 2A
Octal 261 13 314 15 137 0 24 444 132 52
Binary 10110001 1011 11001100 1101 1011111 0 10100 100100100 1011010 101010

Color Harmonies of #B10BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10BCC

Black with #B10BCC

Text Example


Text Example

White with #B10BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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