Html Css Color HEX #B010C9 Deep Magenta

📋 copy color: '#B010C9'

red 176 ◦ green 16 ◦ blue 201

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

Shades of Deep Magenta #B010C9

Tints of Deep Magenta #B010C9

RGB

 RED value IS 176 (69.14% from 255) = 44.78%

 GREEN value IS 16 (6.64% from 255) = 4.07%

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

R = 44.78%
G = 4.07%
B = 51.15%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B010C9 (or 0xB010C9) is known color: Deep Magenta. HEX triplet: B0, 10 and C9. RGB value is (176,16,201). Sum of RGB (Red+Green+Blue) = 176+16+201=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #B010C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010C9 is #4FEF36. Grayscale: #545454. Windows color (decimal): -5238583 or 13177008. OLE color: 13177008.

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

Color convert

RGB 176 16 201 -
CMYK 0.12 0.92 0 0.21
HSL 291.89º 0.85% 0.43% -
HSV(B) 291.89º 0.92% 0.79% -
XYZ 28.63 13.82 56.42 -
YUV 84.93 193.51 192.96 -
System Red Green Blue C M Y K H S L
Decimal 176 16 201 0.12 0.92 0 0.21 291.89 0.85 0.43
Hex B0 10 C9 C 5C 0 15 124 55 2B
Octal 260 20 311 14 134 0 25 444 125 53
Binary 10110000 10000 11001001 1100 1011100 0 10101 100100100 1010101 101011

Color Harmonies of #B010C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B010C9

Black with #B010C9

Text Example


Text Example

White with #B010C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B010C9; }

 p { color: rgb(176,16,201); }

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

background-color css

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

 a { background-color: rgb(176,16,201); }

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

border-color css

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

 span { border-color: rgb(176,16,201); }

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