Html Css Color HEX #B503BB Deep Magenta

📋 copy color: '#B503BB'

red 181 ◦ green 3 ◦ blue 187

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

Shades of Deep Magenta #B503BB

Tints of Deep Magenta #B503BB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

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

R = 48.79%
G = 0.81%
B = 50.4%

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

#B503BB (or 0xB503BB) is known color: Deep Magenta. HEX triplet: B5, 03 and BB. RGB value is (181,3,187). Sum of RGB (Red+Green+Blue) = 181+3+187=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #B503BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B503BB is #4AFC44. Grayscale: #4C4C4C. Windows color (decimal): -4914245 or 12256181. OLE color: 12256181.

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

Color convert

RGB 181 3 187 -
CMYK 0.03 0.98 0 0.27
HSL 298.04º 0.97% 0.37% -
HSV(B) 298.04º 0.98% 0.73% -
XYZ 28.06 13.48 48.14 -
YUV 77.2 189.97 202.04 -
System Red Green Blue C M Y K H S L
Decimal 181 3 187 0.03 0.98 0 0.27 298.04 0.97 0.37
Hex B5 3 BB 3 62 0 1B 12A 61 25
Octal 265 3 273 3 142 0 33 452 141 45
Binary 10110101 11 10111011 11 1100010 0 11011 100101010 1100001 100101

Color Harmonies of #B503BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B503BB

Black with #B503BB

Text Example


Text Example

White with #B503BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B503BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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