Html Css Color HEX #B10DCF Deep Magenta

📋 copy color: '#B10DCF'

red 177 ◦ green 13 ◦ blue 207

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

Shades of Deep Magenta #B10DCF

Tints of Deep Magenta #B10DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.27%

 BLUE value IS 207 (81.25% from 255) = 52.14%

R = 44.58%
G = 3.27%
B = 52.14%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B10DCF (or 0xB10DCF) is known color: Deep Magenta. HEX triplet: B1, 0D and CF. RGB value is (177,13,207). Sum of RGB (Red+Green+Blue) = 177+13+207=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #B10DCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DCF is #4EF230. Grayscale: #535353. Windows color (decimal): -5173809 or 13569457. OLE color: 13569457.

HSL color Cylindrical-coordinate representation of color #B10DCF: hue angle of 290.72º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10DCF is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 13 207 -
CMYK 0.14 0.94 0 0.19
HSL 290.72º 0.88% 0.43% -
HSV(B) 290.72º 0.94% 0.81% -
XYZ 29.54 14.14 60.2 -
YUV 84.15 197.33 194.23 -
System Red Green Blue C M Y K H S L
Decimal 177 13 207 0.14 0.94 0 0.19 290.72 0.88 0.43
Hex B1 D CF E 5E 0 13 123 58 2B
Octal 261 15 317 16 136 0 23 443 130 53
Binary 10110001 1101 11001111 1110 1011110 0 10011 100100011 1011000 101011

Color Harmonies of #B10DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10DCF

Black with #B10DCF

Text Example


Text Example

White with #B10DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10DCF; }

 p { color: rgb(177,13,207); }

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

background-color css

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

 a { background-color: rgb(177,13,207); }

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

border-color css

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

 span { border-color: rgb(177,13,207); }

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