Html Css Color HEX #B104BB Deep Magenta

📋 copy color: '#B104BB'

red 177 ◦ green 4 ◦ blue 187

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

Shades of Deep Magenta #B104BB

Tints of Deep Magenta #B104BB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

 BLUE value IS 187 (73.44% from 255) = 50.82%

R = 48.1%
G = 1.09%
B = 50.82%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B104BB (or 0xB104BB) is known color: Deep Magenta. HEX triplet: B1, 04 and BB. RGB value is (177,4,187). Sum of RGB (Red+Green+Blue) = 177+4+187=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #B104BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B104BB is #4EFB44. Grayscale: #4C4C4C. Windows color (decimal): -5176133 or 12256433. OLE color: 12256433.

HSL color Cylindrical-coordinate representation of color #B104BB: hue angle of 296.72º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B104BB is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 4 187 -
CMYK 0.05 0.98 0 0.27
HSL 296.72º 0.96% 0.37% -
HSV(B) 296.72º 0.98% 0.73% -
XYZ 27.14 13.02 48.1 -
YUV 76.59 190.31 199.62 -
System Red Green Blue C M Y K H S L
Decimal 177 4 187 0.05 0.98 0 0.27 296.72 0.96 0.37
Hex B1 4 BB 5 62 0 1B 129 60 25
Octal 261 4 273 5 142 0 33 451 140 45
Binary 10110001 100 10111011 101 1100010 0 11011 100101001 1100000 100101

Color Harmonies of #B104BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B104BB

Black with #B104BB

Text Example


Text Example

White with #B104BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B104BB; }

 p { color: rgb(177,4,187); }

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

background-color css

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

 a { background-color: rgb(177,4,187); }

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

border-color css

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

 span { border-color: rgb(177,4,187); }

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