Html Css Color HEX #B504BB Deep Magenta

📋 copy color: '#B504BB'

red 181 ◦ green 4 ◦ blue 187

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

Shades of Deep Magenta #B504BB

Tints of Deep Magenta #B504BB

RGB

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

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

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

R = 48.66%
G = 1.08%
B = 50.27%

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

#B504BB (or 0xB504BB) is known color: Deep Magenta. HEX triplet: B5, 04 and BB. RGB value is (181,4,187). Sum of RGB (Red+Green+Blue) = 181+4+187=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #B504BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B504BB is #4AFB44. Grayscale: #4D4D4D. Windows color (decimal): -4913989 or 12256437. OLE color: 12256437.

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

Color convert

RGB 181 4 187 -
CMYK 0.03 0.98 0 0.27
HSL 298.03º 0.96% 0.37% -
HSV(B) 298.03º 0.98% 0.73% -
XYZ 28.07 13.5 48.14 -
YUV 77.79 189.64 201.62 -
System Red Green Blue C M Y K H S L
Decimal 181 4 187 0.03 0.98 0 0.27 298.03 0.96 0.37
Hex B5 4 BB 3 62 0 1B 12A 60 25
Octal 265 4 273 3 142 0 33 452 140 45
Binary 10110101 100 10111011 11 1100010 0 11011 100101010 1100000 100101

Color Harmonies of #B504BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B504BB

Black with #B504BB

Text Example


Text Example

White with #B504BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B504BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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