Html Css Color HEX #B108C0 Deep Magenta

📋 copy color: '#B108C0'

red 177 ◦ green 8 ◦ blue 192

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

Shades of Deep Magenta #B108C0

Tints of Deep Magenta #B108C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.93%

R = 46.95%
G = 2.12%
B = 50.93%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B108C0 (or 0xB108C0) is known color: Deep Magenta. HEX triplet: B1, 08 and C0. RGB value is (177,8,192). Sum of RGB (Red+Green+Blue) = 177+8+192=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #B108C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B108C0 is #4EF73F. Grayscale: #4E4E4E. Windows color (decimal): -5175104 or 12585137. OLE color: 12585137.

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

Color convert

RGB 177 8 192 -
CMYK 0.08 0.96 0 0.25
HSL 295.11º 0.92% 0.39% -
HSV(B) 295.11º 0.96% 0.75% -
XYZ 27.73 13.33 50.98 -
YUV 79.51 191.49 197.54 -
System Red Green Blue C M Y K H S L
Decimal 177 8 192 0.08 0.96 0 0.25 295.11 0.92 0.39
Hex B1 8 C0 8 60 0 19 127 5C 27
Octal 261 10 300 10 140 0 31 447 134 47
Binary 10110001 1000 11000000 1000 1100000 0 11001 100100111 1011100 100111

Color Harmonies of #B108C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B108C0

Black with #B108C0

Text Example


Text Example

White with #B108C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B108C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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