Html Css Color HEX #B108B2 Deep Magenta

📋 copy color: '#B108B2'

red 177 ◦ green 8 ◦ blue 178

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

Shades of Deep Magenta #B108B2

Tints of Deep Magenta #B108B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 49.04%

R = 48.76%
G = 2.2%
B = 49.04%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B108B2 (or 0xB108B2) is known color: Deep Magenta. HEX triplet: B1, 08 and B2. RGB value is (177,8,178). Sum of RGB (Red+Green+Blue) = 177+8+178=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 178 - color contains mainly: blue. Hex color #B108B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B108B2 is #4EF74D. Grayscale: #4D4D4D. Windows color (decimal): -5175118 or 11667633. OLE color: 11667633.

HSL color Cylindrical-coordinate representation of color #B108B2: hue angle of 299.65º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B108B2 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 8 178 -
CMYK 0.01 0.96 0 0.30
HSL 299.65º 0.91% 0.36% -
HSV(B) 299.65º 0.96% 0.7% -
XYZ 26.25 12.74 43.19 -
YUV 77.91 184.49 198.68 -
System Red Green Blue C M Y K H S L
Decimal 177 8 178 0.01 0.96 0 0.30 299.65 0.91 0.36
Hex B1 8 B2 1 60 0 1E 12C 5B 24
Octal 261 10 262 1 140 0 36 454 133 44
Binary 10110001 1000 10110010 1 1100000 0 11110 100101100 1011011 100100

Color Harmonies of #B108B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B108B2

Black with #B108B2

Text Example


Text Example

White with #B108B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B108B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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