Html Css Color HEX #B10BC9 Deep Magenta

📋 copy color: '#B10BC9'

red 177 ◦ green 11 ◦ blue 201

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

Shades of Deep Magenta #B10BC9

Tints of Deep Magenta #B10BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.67%

R = 45.5%
G = 2.83%
B = 51.67%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B10BC9 (or 0xB10BC9) is known color: Deep Magenta. HEX triplet: B1, 0B and C9. RGB value is (177,11,201). Sum of RGB (Red+Green+Blue) = 177+11+201=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 201 (78.91% from 255 or 51.67% from 389); Max value from RGB is 201 - color contains mainly: blue. Hex color #B10BC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10BC9 is #4EF436. Grayscale: #515151. Windows color (decimal): -5174327 or 13175729. OLE color: 13175729.

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

Color convert

RGB 177 11 201 -
CMYK 0.12 0.95 0 0.21
HSL 292.42º 0.9% 0.42% -
HSV(B) 292.42º 0.95% 0.79% -
XYZ 28.79 13.8 56.41 -
YUV 82.29 195 195.55 -
System Red Green Blue C M Y K H S L
Decimal 177 11 201 0.12 0.95 0 0.21 292.42 0.9 0.42
Hex B1 B C9 C 5F 0 15 124 5A 2A
Octal 261 13 311 14 137 0 25 444 132 52
Binary 10110001 1011 11001001 1100 1011111 0 10101 100100100 1011010 101010

Color Harmonies of #B10BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10BC9

Black with #B10BC9

Text Example


Text Example

White with #B10BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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