Html Css Color HEX #B10BBD Deep Magenta

📋 copy color: '#B10BBD'

red 177 ◦ green 11 ◦ blue 189

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

Shades of Deep Magenta #B10BBD

Tints of Deep Magenta #B10BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 46.95%
G = 2.92%
B = 50.13%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B10BBD (or 0xB10BBD) is known color: Deep Magenta. HEX triplet: B1, 0B and BD. RGB value is (177,11,189). Sum of RGB (Red+Green+Blue) = 177+11+189=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #B10BBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10BBD is #4EF442. Grayscale: #505050. Windows color (decimal): -5174339 or 12389297. OLE color: 12389297.

HSL color Cylindrical-coordinate representation of color #B10BBD: hue angle of 295.96º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10BBD is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 11 189 -
CMYK 0.06 0.94 0 0.26
HSL 295.96º 0.89% 0.39% -
HSV(B) 295.96º 0.94% 0.74% -
XYZ 27.44 13.26 49.26 -
YUV 80.93 189 196.53 -
System Red Green Blue C M Y K H S L
Decimal 177 11 189 0.06 0.94 0 0.26 295.96 0.89 0.39
Hex B1 B BD 6 5E 0 1A 128 59 27
Octal 261 13 275 6 136 0 32 450 131 47
Binary 10110001 1011 10111101 110 1011110 0 11010 100101000 1011001 100111

Color Harmonies of #B10BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10BBD

Black with #B10BBD

Text Example


Text Example

White with #B10BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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