Html Css Color HEX #B504CF Deep Magenta

📋 copy color: '#B504CF'

red 181 ◦ green 4 ◦ blue 207

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

Shades of Deep Magenta #B504CF

Tints of Deep Magenta #B504CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.81%

R = 46.17%
G = 1.02%
B = 52.81%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B504CF (or 0xB504CF) is known color: Deep Magenta. HEX triplet: B5, 04 and CF. RGB value is (181,4,207). Sum of RGB (Red+Green+Blue) = 181+4+207=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #B504CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B504CF is #4AFB30. Grayscale: #4F4F4F. Windows color (decimal): -4913969 or 13567157. OLE color: 13567157.

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

Color convert

RGB 181 4 207 -
CMYK 0.13 0.98 0 0.19
HSL 292.32º 0.96% 0.41% -
HSV(B) 292.32º 0.98% 0.81% -
XYZ 30.36 14.42 60.21 -
YUV 80.07 199.64 199.99 -
System Red Green Blue C M Y K H S L
Decimal 181 4 207 0.13 0.98 0 0.19 292.32 0.96 0.41
Hex B5 4 CF D 62 0 13 124 60 29
Octal 265 4 317 15 142 0 23 444 140 51
Binary 10110101 100 11001111 1101 1100010 0 10011 100100100 1100000 101001

Color Harmonies of #B504CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B504CF

Black with #B504CF

Text Example


Text Example

White with #B504CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B504CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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