Html Css Color HEX #B108CB Deep Magenta

📋 copy color: '#B108CB'

red 177 ◦ green 8 ◦ blue 203

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

Shades of Deep Magenta #B108CB

Tints of Deep Magenta #B108CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.32%

R = 45.62%
G = 2.06%
B = 52.32%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B108CB (or 0xB108CB) is known color: Deep Magenta. HEX triplet: B1, 08 and CB. RGB value is (177,8,203). Sum of RGB (Red+Green+Blue) = 177+8+203=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #B108CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B108CB is #4EF734. Grayscale: #505050. Windows color (decimal): -5175093 or 13306033. OLE color: 13306033.

HSL color Cylindrical-coordinate representation of color #B108CB: hue angle of 292º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B108CB is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 8 203 -
CMYK 0.13 0.96 0 0.20
HSL 292º 0.92% 0.41% -
HSV(B) 292º 0.96% 0.8% -
XYZ 29 13.83 57.64 -
YUV 80.76 196.99 196.64 -
System Red Green Blue C M Y K H S L
Decimal 177 8 203 0.13 0.96 0 0.20 292 0.92 0.41
Hex B1 8 CB D 60 0 14 124 5C 29
Octal 261 10 313 15 140 0 24 444 134 51
Binary 10110001 1000 11001011 1101 1100000 0 10100 100100100 1011100 101001

Color Harmonies of #B108CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B108CB

Black with #B108CB

Text Example


Text Example

White with #B108CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B108CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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