Html Css Color HEX #B500B9 Deep Magenta

📋 copy color: '#B500B9'

red 181 ◦ green 0 ◦ blue 185

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

Shades of Deep Magenta #B500B9

Tints of Deep Magenta #B500B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.55%

R = 49.45%
G = 0%
B = 50.55%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B500B9 (or 0xB500B9) is known color: Deep Magenta. HEX triplet: B5, 00 and B9. RGB value is (181,0,185). Sum of RGB (Red+Green+Blue) = 181+0+185=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #B500B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500B9 is #4AFF46. Grayscale: #4A4A4A. Windows color (decimal): -4915015 or 12124341. OLE color: 12124341.

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

Color convert

RGB 181 0 185 -
CMYK 0.02 1 0 0.27
HSL 298.7º 1% 0.36% -
HSV(B) 298.7º 1% 0.73% -
XYZ 27.81 13.33 47.01 -
YUV 75.21 189.97 203.46 -
System Red Green Blue C M Y K H S L
Decimal 181 0 185 0.02 1 0 0.27 298.7 1 0.36
Hex B5 0 B9 2 64 0 1B 12B 64 24
Octal 265 0 271 2 144 0 33 453 144 44
Binary 10110101 0 10111001 10 1100100 0 11011 100101011 1100100 100100

Color Harmonies of #B500B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B500B9

Black with #B500B9

Text Example


Text Example

White with #B500B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B500B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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