Html Css Color HEX #B500BA Deep Magenta

📋 copy color: '#B500BA'

red 181 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #B500BA

Tints of Deep Magenta #B500BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 49.32%
G = 0%
B = 50.68%

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

#B500BA (or 0xB500BA) is known color: Deep Magenta. HEX triplet: B5, 00 and BA. RGB value is (181,0,186). Sum of RGB (Red+Green+Blue) = 181+0+186=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #B500BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500BA is #4AFF45. Grayscale: #4A4A4A. Windows color (decimal): -4915014 or 12189877. OLE color: 12189877.

HSL color Cylindrical-coordinate representation of color #B500BA: hue angle of 298.39º 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 #B500BA is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 0 186 -
CMYK 0.03 1 0 0.27
HSL 298.39º 1% 0.36% -
HSV(B) 298.39º 1% 0.73% -
XYZ 27.92 13.37 47.56 -
YUV 75.32 190.47 203.38 -
System Red Green Blue C M Y K H S L
Decimal 181 0 186 0.03 1 0 0.27 298.39 1 0.36
Hex B5 0 BA 3 64 0 1B 12A 64 24
Octal 265 0 272 3 144 0 33 452 144 44
Binary 10110101 0 10111010 11 1100100 0 11011 100101010 1100100 100100

Color Harmonies of #B500BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B500BA

Black with #B500BA

Text Example


Text Example

White with #B500BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B500BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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