Html Css Color HEX #B500BB Deep Magenta

📋 copy color: '#B500BB'

red 181 ◦ green 0 ◦ blue 187

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

Shades of Deep Magenta #B500BB

Tints of Deep Magenta #B500BB

RGB

 RED value IS 181 (71.09% from 255) = 49.18%

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

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

R = 49.18%
G = 0%
B = 50.82%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B500BB (or 0xB500BB) is known color: Deep Magenta. HEX triplet: B5, 00 and BB. RGB value is (181,0,187). Sum of RGB (Red+Green+Blue) = 181+0+187=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 0 (0.39% from 255 or 0% 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 #B500BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500BB is #4AFF44. Grayscale: #4A4A4A. Windows color (decimal): -4915013 or 12255413. OLE color: 12255413.

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

Color convert

RGB 181 0 187 -
CMYK 0.03 1 0 0.27
HSL 298.07º 1% 0.37% -
HSV(B) 298.07º 1% 0.73% -
XYZ 28.03 13.41 48.13 -
YUV 75.44 190.97 203.29 -
System Red Green Blue C M Y K H S L
Decimal 181 0 187 0.03 1 0 0.27 298.07 1 0.37
Hex B5 0 BB 3 64 0 1B 12A 64 25
Octal 265 0 273 3 144 0 33 452 144 45
Binary 10110101 0 10111011 11 1100100 0 11011 100101010 1100100 100101

Color Harmonies of #B500BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B500BB

Black with #B500BB

Text Example


Text Example

White with #B500BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B500BB; }

 p { color: rgb(181,0,187); }

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

background-color css

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

 a { background-color: rgb(181,0,187); }

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

border-color css

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

 span { border-color: rgb(181,0,187); }

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