Html Css Color HEX #B10CC5 Deep Magenta

📋 copy color: '#B10CC5'

red 177 ◦ green 12 ◦ blue 197

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

Shades of Deep Magenta #B10CC5

Tints of Deep Magenta #B10CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 51.04%

R = 45.85%
G = 3.11%
B = 51.04%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B10CC5 (or 0xB10CC5) is known color: Deep Magenta. HEX triplet: B1, 0C and C5. RGB value is (177,12,197). Sum of RGB (Red+Green+Blue) = 177+12+197=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #B10CC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10CC5 is #4EF33A. Grayscale: #515151. Windows color (decimal): -5174075 or 12913841. OLE color: 12913841.

HSL color Cylindrical-coordinate representation of color #B10CC5: hue angle of 293.51º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10CC5 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 177 12 197 -
CMYK 0.10 0.94 0 0.23
HSL 293.51º 0.89% 0.41% -
HSV(B) 293.51º 0.94% 0.77% -
XYZ 28.34 13.64 53.96 -
YUV 82.43 192.66 195.46 -
System Red Green Blue C M Y K H S L
Decimal 177 12 197 0.10 0.94 0 0.23 293.51 0.89 0.41
Hex B1 C C5 A 5E 0 17 126 59 29
Octal 261 14 305 12 136 0 27 446 131 51
Binary 10110001 1100 11000101 1010 1011110 0 10111 100100110 1011001 101001

Color Harmonies of #B10CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10CC5

Black with #B10CC5

Text Example


Text Example

White with #B10CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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