Html Css Color HEX #B100CC Deep Magenta

📋 copy color: '#B100CC'

red 177 ◦ green 0 ◦ blue 204

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

Shades of Deep Magenta #B100CC

Tints of Deep Magenta #B100CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.54%

R = 46.46%
G = 0%
B = 53.54%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B100CC (or 0xB100CC) is known color: Deep Magenta. HEX triplet: B1, 00 and CC. RGB value is (177,0,204). Sum of RGB (Red+Green+Blue) = 177+0+204=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #B100CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B100CC is #4EFF33. Grayscale: #4B4B4B. Windows color (decimal): -5177140 or 13369521. OLE color: 13369521.

HSL color Cylindrical-coordinate representation of color #B100CC: hue angle of 292.06º 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 #B100CC is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 0 204 -
CMYK 0.13 1 0 0.2
HSL 292.06º 1% 0.4% -
HSV(B) 292.06º 1% 0.8% -
XYZ 29.03 13.71 58.24 -
YUV 76.18 200.14 199.91 -
System Red Green Blue C M Y K H S L
Decimal 177 0 204 0.13 1 0 0.2 292.06 1 0.4
Hex B1 0 CC D 64 0 14 124 64 28
Octal 261 0 314 15 144 0 24 444 144 50
Binary 10110001 0 11001100 1101 1100100 0 10100 100100100 1100100 101000

Color Harmonies of #B100CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B100CC

Black with #B100CC

Text Example


Text Example

White with #B100CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B100CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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