Html Css Color HEX #B108BB Deep Magenta

📋 copy color: '#B108BB'

red 177 ◦ green 8 ◦ blue 187

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

Shades of Deep Magenta #B108BB

Tints of Deep Magenta #B108BB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.15%

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

R = 47.58%
G = 2.15%
B = 50.27%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B108BB (or 0xB108BB) is known color: Deep Magenta. HEX triplet: B1, 08 and BB. RGB value is (177,8,187). Sum of RGB (Red+Green+Blue) = 177+8+187=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #B108BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B108BB is #4EF744. Grayscale: #4E4E4E. Windows color (decimal): -5175109 or 12257457. OLE color: 12257457.

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

Color convert

RGB 177 8 187 -
CMYK 0.05 0.96 0 0.27
HSL 296.65º 0.92% 0.38% -
HSV(B) 296.65º 0.96% 0.73% -
XYZ 27.19 13.11 48.11 -
YUV 78.94 188.99 197.95 -
System Red Green Blue C M Y K H S L
Decimal 177 8 187 0.05 0.96 0 0.27 296.65 0.92 0.38
Hex B1 8 BB 5 60 0 1B 129 5C 26
Octal 261 10 273 5 140 0 33 451 134 46
Binary 10110001 1000 10111011 101 1100000 0 11011 100101001 1011100 100110

Color Harmonies of #B108BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B108BB

Black with #B108BB

Text Example


Text Example

White with #B108BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B108BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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