Html Css Color HEX #B108A8 Deep Magenta

📋 copy color: '#B108A8'

red 177 ◦ green 8 ◦ blue 168

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

Shades of Deep Magenta #B108A8

Tints of Deep Magenta #B108A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 47.59%

R = 50.14%
G = 2.27%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B108A8 (or 0xB108A8) is known color: Deep Magenta. HEX triplet: B1, 08 and A8. RGB value is (177,8,168). Sum of RGB (Red+Green+Blue) = 177+8+168=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 168 (66.02% from 255 or 47.59% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B108A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B108A8 is #4EF757. Grayscale: #4C4C4C. Windows color (decimal): -5175128 or 11012273. OLE color: 11012273.

HSL color Cylindrical-coordinate representation of color #B108A8: hue angle of 303.2º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B108A8 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 8 168 -
CMYK 0 0.95 0.05 0.31
HSL 303.2º 0.91% 0.36% -
HSV(B) 303.2º 0.95% 0.69% -
XYZ 25.29 12.35 38.1 -
YUV 76.77 179.49 199.49 -
System Red Green Blue C M Y K H S L
Decimal 177 8 168 0 0.95 0.05 0.31 303.2 0.91 0.36
Hex B1 8 A8 0 5F 5 1F 12F 5B 24
Octal 261 10 250 0 137 5 37 457 133 44
Binary 10110001 1000 10101000 0 1011111 101 11111 100101111 1011011 100100

Color Harmonies of #B108A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B108A8

Black with #B108A8

Text Example


Text Example

White with #B108A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B108A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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