Html Css Color HEX #B704D5 Deep Magenta

📋 copy color: '#B704D5'

red 183 ◦ green 4 ◦ blue 213

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

Shades of Deep Magenta #B704D5

Tints of Deep Magenta #B704D5

RGB

 RED value IS 183 (71.88% from 255) = 45.75%

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

 BLUE value IS 213 (83.59% from 255) = 53.25%

R = 45.75%
G = 1%
B = 53.25%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B704D5 (or 0xB704D5) is known color: Deep Magenta. HEX triplet: B7, 04 and D5. RGB value is (183,4,213). Sum of RGB (Red+Green+Blue) = 183+4+213=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 213 (83.59% from 255 or 53.25% from 400); Max value from RGB is 213 - color contains mainly: blue. Hex color #B704D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B704D5 is #48FB2A. Grayscale: #505050. Windows color (decimal): -4782891 or 13960375. OLE color: 13960375.

HSL color Cylindrical-coordinate representation of color #B704D5: hue angle of 291.39º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B704D5 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 4 213 -
CMYK 0.14 0.98 0 0.16
HSL 291.39º 0.96% 0.43% -
HSV(B) 291.39º 0.98% 0.84% -
XYZ 31.58 14.96 64.17 -
YUV 81.35 202.3 200.51 -
System Red Green Blue C M Y K H S L
Decimal 183 4 213 0.14 0.98 0 0.16 291.39 0.96 0.43
Hex B7 4 D5 E 62 0 10 123 60 2B
Octal 267 4 325 16 142 0 20 443 140 53
Binary 10110111 100 11010101 1110 1100010 0 10000 100100011 1100000 101011

Color Harmonies of #B704D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B704D5

Black with #B704D5

Text Example


Text Example

White with #B704D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B704D5; }

 p { color: rgb(183,4,213); }

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

background-color css

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

 a { background-color: rgb(183,4,213); }

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

border-color css

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

 span { border-color: rgb(183,4,213); }

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