Html Css Color HEX #B10DBB Deep Magenta

📋 copy color: '#B10DBB'

red 177 ◦ green 13 ◦ blue 187

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

Shades of Deep Magenta #B10DBB

Tints of Deep Magenta #B10DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.6%

R = 46.95%
G = 3.45%
B = 49.6%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B10DBB (or 0xB10DBB) is known color: Deep Magenta. HEX triplet: B1, 0D and BB. RGB value is (177,13,187). Sum of RGB (Red+Green+Blue) = 177+13+187=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #B10DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DBB is #4EF244. Grayscale: #515151. Windows color (decimal): -5173829 or 12258737. OLE color: 12258737.

HSL color Cylindrical-coordinate representation of color #B10DBB: hue angle of 296.55º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10DBB is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 13 187 -
CMYK 0.05 0.93 0 0.27
HSL 296.55º 0.87% 0.39% -
HSV(B) 296.55º 0.93% 0.73% -
XYZ 27.25 13.22 48.13 -
YUV 81.87 187.33 195.85 -
System Red Green Blue C M Y K H S L
Decimal 177 13 187 0.05 0.93 0 0.27 296.55 0.87 0.39
Hex B1 D BB 5 5D 0 1B 129 57 27
Octal 261 15 273 5 135 0 33 451 127 47
Binary 10110001 1101 10111011 101 1011101 0 11011 100101001 1010111 100111

Color Harmonies of #B10DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10DBB

Black with #B10DBB

Text Example


Text Example

White with #B10DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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