Html Css Color HEX #B500BE Deep Magenta

📋 copy color: '#B500BE'

red 181 ◦ green 0 ◦ blue 190

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

Shades of Deep Magenta #B500BE

Tints of Deep Magenta #B500BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.21%

R = 48.79%
G = 0%
B = 51.21%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B500BE (or 0xB500BE) is known color: Deep Magenta. HEX triplet: B5, 00 and BE. RGB value is (181,0,190). Sum of RGB (Red+Green+Blue) = 181+0+190=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #B500BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500BE is #4AFF41. Grayscale: #4B4B4B. Windows color (decimal): -4915010 or 12452021. OLE color: 12452021.

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

Color convert

RGB 181 0 190 -
CMYK 0.05 1 0 0.25
HSL 297.16º 1% 0.37% -
HSV(B) 297.16º 1% 0.75% -
XYZ 28.35 13.54 49.83 -
YUV 75.78 192.47 203.05 -
System Red Green Blue C M Y K H S L
Decimal 181 0 190 0.05 1 0 0.25 297.16 1 0.37
Hex B5 0 BE 5 64 0 19 129 64 25
Octal 265 0 276 5 144 0 31 451 144 45
Binary 10110101 0 10111110 101 1100100 0 11001 100101001 1100100 100101

Color Harmonies of #B500BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B500BE

Black with #B500BE

Text Example


Text Example

White with #B500BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B500BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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