Html Css Color HEX #B106CB Deep Magenta

📋 copy color: '#B106CB'

red 177 ◦ green 6 ◦ blue 203

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

Shades of Deep Magenta #B106CB

Tints of Deep Magenta #B106CB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.55%

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

R = 45.85%
G = 1.55%
B = 52.59%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B106CB (or 0xB106CB) is known color: Deep Magenta. HEX triplet: B1, 06 and CB. RGB value is (177,6,203). Sum of RGB (Red+Green+Blue) = 177+6+203=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #B106CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B106CB is #4EF934. Grayscale: #4E4E4E. Windows color (decimal): -5175605 or 13305521. OLE color: 13305521.

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

Color convert

RGB 177 6 203 -
CMYK 0.13 0.97 0 0.20
HSL 292.08º 0.94% 0.41% -
HSV(B) 292.08º 0.97% 0.8% -
XYZ 28.98 13.79 57.63 -
YUV 79.59 197.65 197.48 -
System Red Green Blue C M Y K H S L
Decimal 177 6 203 0.13 0.97 0 0.20 292.08 0.94 0.41
Hex B1 6 CB D 61 0 14 124 5E 29
Octal 261 6 313 15 141 0 24 444 136 51
Binary 10110001 110 11001011 1101 1100001 0 10100 100100100 1011110 101001

Color Harmonies of #B106CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B106CB

Black with #B106CB

Text Example


Text Example

White with #B106CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B106CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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