Html Css Color HEX #B100CB Deep Magenta

📋 copy color: '#B100CB'

red 177 ◦ green 0 ◦ blue 203

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

Shades of Deep Magenta #B100CB

Tints of Deep Magenta #B100CB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.58%
G = 0%
B = 53.42%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B100CB (or 0xB100CB) is known color: Deep Magenta. HEX triplet: B1, 00 and CB. RGB value is (177,0,203). Sum of RGB (Red+Green+Blue) = 177+0+203=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #B100CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B100CB is #4EFF34. Grayscale: #4B4B4B. Windows color (decimal): -5177141 or 13303985. OLE color: 13303985.

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

Color convert

RGB 177 0 203 -
CMYK 0.13 1 0 0.20
HSL 292.32º 1% 0.4% -
HSV(B) 292.32º 1% 0.8% -
XYZ 28.91 13.66 57.61 -
YUV 76.07 199.64 199.99 -
System Red Green Blue C M Y K H S L
Decimal 177 0 203 0.13 1 0 0.20 292.32 1 0.4
Hex B1 0 CB D 64 0 14 124 64 28
Octal 261 0 313 15 144 0 24 444 144 50
Binary 10110001 0 11001011 1101 1100100 0 10100 100100100 1100100 101000

Color Harmonies of #B100CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B100CB

Black with #B100CB

Text Example


Text Example

White with #B100CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B100CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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