Html Css Color HEX #B108BD Deep Magenta

📋 copy color: '#B108BD'

red 177 ◦ green 8 ◦ blue 189

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

Shades of Deep Magenta #B108BD

Tints of Deep Magenta #B108BD

RGB

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

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

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

R = 47.33%
G = 2.14%
B = 50.53%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B108BD (or 0xB108BD) is known color: Deep Magenta. HEX triplet: B1, 08 and BD. RGB value is (177,8,189). Sum of RGB (Red+Green+Blue) = 177+8+189=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #B108BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B108BD is #4EF742. Grayscale: #4E4E4E. Windows color (decimal): -5175107 or 12388529. OLE color: 12388529.

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

Color convert

RGB 177 8 189 -
CMYK 0.06 0.96 0 0.26
HSL 296.02º 0.92% 0.39% -
HSV(B) 296.02º 0.96% 0.74% -
XYZ 27.4 13.19 49.25 -
YUV 79.17 189.99 197.78 -
System Red Green Blue C M Y K H S L
Decimal 177 8 189 0.06 0.96 0 0.26 296.02 0.92 0.39
Hex B1 8 BD 6 60 0 1A 128 5C 27
Octal 261 10 275 6 140 0 32 450 134 47
Binary 10110001 1000 10111101 110 1100000 0 11010 100101000 1011100 100111

Color Harmonies of #B108BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B108BD

Black with #B108BD

Text Example


Text Example

White with #B108BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B108BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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