Html Css Color HEX #B100B4 Deep Magenta

📋 copy color: '#B100B4'

red 177 ◦ green 0 ◦ blue 180

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

Shades of Deep Magenta #B100B4

Tints of Deep Magenta #B100B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.42%

R = 49.58%
G = 0%
B = 50.42%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B100B4 (or 0xB100B4) is known color: Deep Magenta. HEX triplet: B1, 00 and B4. RGB value is (177,0,180). Sum of RGB (Red+Green+Blue) = 177+0+180=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #B100B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B100B4 is #4EFF4B. Grayscale: #484848. Windows color (decimal): -5177164 or 11796657. OLE color: 11796657.

HSL color Cylindrical-coordinate representation of color #B100B4: hue angle of 299º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100B4 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 0 180 -
CMYK 0.02 1 0 0.29
HSL 299º 1% 0.35% -
HSV(B) 299º 1% 0.71% -
XYZ 26.37 12.64 44.23 -
YUV 73.44 188.14 201.86 -
System Red Green Blue C M Y K H S L
Decimal 177 0 180 0.02 1 0 0.29 299 1 0.35
Hex B1 0 B4 2 64 0 1D 12B 64 23
Octal 261 0 264 2 144 0 35 453 144 43
Binary 10110001 0 10110100 10 1100100 0 11101 100101011 1100100 100011

Color Harmonies of #B100B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B100B4

Black with #B100B4

Text Example


Text Example

White with #B100B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B100B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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