Html Css Color HEX #B504BA Deep Magenta

📋 copy color: '#B504BA'

red 181 ◦ green 4 ◦ blue 186

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

Shades of Deep Magenta #B504BA

Tints of Deep Magenta #B504BA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

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

R = 48.79%
G = 1.08%
B = 50.13%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B504BA (or 0xB504BA) is known color: Deep Magenta. HEX triplet: B5, 04 and BA. RGB value is (181,4,186). Sum of RGB (Red+Green+Blue) = 181+4+186=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #B504BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B504BA is #4AFB45. Grayscale: #4D4D4D. Windows color (decimal): -4913990 or 12190901. OLE color: 12190901.

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

Color convert

RGB 181 4 186 -
CMYK 0.03 0.98 0 0.27
HSL 298.35º 0.96% 0.37% -
HSV(B) 298.35º 0.98% 0.73% -
XYZ 27.96 13.46 47.58 -
YUV 77.67 189.14 201.7 -
System Red Green Blue C M Y K H S L
Decimal 181 4 186 0.03 0.98 0 0.27 298.35 0.96 0.37
Hex B5 4 BA 3 62 0 1B 12A 60 25
Octal 265 4 272 3 142 0 33 452 140 45
Binary 10110101 100 10111010 11 1100010 0 11011 100101010 1100000 100101

Color Harmonies of #B504BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B504BA

Black with #B504BA

Text Example


Text Example

White with #B504BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B504BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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