Html Css Color HEX #B103BB Deep Magenta

📋 copy color: '#B103BB'

red 177 ◦ green 3 ◦ blue 187

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

Shades of Deep Magenta #B103BB

Tints of Deep Magenta #B103BB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

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

R = 48.23%
G = 0.82%
B = 50.95%

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

#B103BB (or 0xB103BB) is known color: Deep Magenta. HEX triplet: B1, 03 and BB. RGB value is (177,3,187). Sum of RGB (Red+Green+Blue) = 177+3+187=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #B103BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B103BB is #4EFC44. Grayscale: #4B4B4B. Windows color (decimal): -5176389 or 12256177. OLE color: 12256177.

HSL color Cylindrical-coordinate representation of color #B103BB: hue angle of 296.74º degrees, saturation: 0.97, 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 #B103BB is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 3 187 -
CMYK 0.05 0.98 0 0.27
HSL 296.74º 0.97% 0.37% -
HSV(B) 296.74º 0.98% 0.73% -
XYZ 27.13 13 48.09 -
YUV 76 190.65 200.04 -
System Red Green Blue C M Y K H S L
Decimal 177 3 187 0.05 0.98 0 0.27 296.74 0.97 0.37
Hex B1 3 BB 5 62 0 1B 129 61 25
Octal 261 3 273 5 142 0 33 451 141 45
Binary 10110001 11 10111011 101 1100010 0 11011 100101001 1100001 100101

Color Harmonies of #B103BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B103BB

Black with #B103BB

Text Example


Text Example

White with #B103BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B103BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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