Html Css Color HEX #B10DBE Deep Magenta

📋 copy color: '#B10DBE'

red 177 ◦ green 13 ◦ blue 190

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

Shades of Deep Magenta #B10DBE

Tints of Deep Magenta #B10DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50%

R = 46.58%
G = 3.42%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B10DBE (or 0xB10DBE) is known color: Deep Magenta. HEX triplet: B1, 0D and BE. RGB value is (177,13,190). Sum of RGB (Red+Green+Blue) = 177+13+190=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #B10DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DBE is #4EF241. Grayscale: #515151. Windows color (decimal): -5173826 or 12455345. OLE color: 12455345.

HSL color Cylindrical-coordinate representation of color #B10DBE: hue angle of 295.59º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10DBE is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 13 190 -
CMYK 0.07 0.93 0 0.25
HSL 295.59º 0.87% 0.4% -
HSV(B) 295.59º 0.93% 0.75% -
XYZ 27.57 13.35 49.84 -
YUV 82.21 188.83 195.61 -
System Red Green Blue C M Y K H S L
Decimal 177 13 190 0.07 0.93 0 0.25 295.59 0.87 0.4
Hex B1 D BE 7 5D 0 19 128 57 28
Octal 261 15 276 7 135 0 31 450 127 50
Binary 10110001 1101 10111110 111 1011101 0 11001 100101000 1010111 101000

Color Harmonies of #B10DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10DBE

Black with #B10DBE

Text Example


Text Example

White with #B10DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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