Html Css Color HEX #B504CE Deep Magenta

📋 copy color: '#B504CE'

red 181 ◦ green 4 ◦ blue 206

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

Shades of Deep Magenta #B504CE

Tints of Deep Magenta #B504CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 46.29%
G = 1.02%
B = 52.69%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B504CE (or 0xB504CE) is known color: Deep Magenta. HEX triplet: B5, 04 and CE. RGB value is (181,4,206). Sum of RGB (Red+Green+Blue) = 181+4+206=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #B504CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B504CE is #4AFB31. Grayscale: #4F4F4F. Windows color (decimal): -4913970 or 13501621. OLE color: 13501621.

HSL color Cylindrical-coordinate representation of color #B504CE: hue angle of 292.57º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B504CE is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 4 206 -
CMYK 0.12 0.98 0 0.19
HSL 292.57º 0.96% 0.41% -
HSV(B) 292.57º 0.98% 0.81% -
XYZ 30.24 14.37 59.57 -
YUV 79.95 199.14 200.07 -
System Red Green Blue C M Y K H S L
Decimal 181 4 206 0.12 0.98 0 0.19 292.57 0.96 0.41
Hex B5 4 CE C 62 0 13 125 60 29
Octal 265 4 316 14 142 0 23 445 140 51
Binary 10110101 100 11001110 1100 1100010 0 10011 100100101 1100000 101001

Color Harmonies of #B504CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B504CE

Black with #B504CE

Text Example


Text Example

White with #B504CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B504CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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