Html Css Color HEX #B704A8 Deep Magenta

📋 copy color: '#B704A8'

red 183 ◦ green 4 ◦ blue 168

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

Shades of Deep Magenta #B704A8

Tints of Deep Magenta #B704A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 47.32%

R = 51.55%
G = 1.13%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B704A8 (or 0xB704A8) is known color: Deep Magenta. HEX triplet: B7, 04 and A8. RGB value is (183,4,168). Sum of RGB (Red+Green+Blue) = 183+4+168=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 168 (66.02% from 255 or 47.32% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B704A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B704A8 is #48FB57. Grayscale: #4B4B4B. Windows color (decimal): -4782936 or 11011255. OLE color: 11011255.

HSL color Cylindrical-coordinate representation of color #B704A8: hue angle of 305.03º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B704A8 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 4 168 -
CMYK 0 0.98 0.08 0.28
HSL 305.03º 0.96% 0.37% -
HSV(B) 305.03º 0.98% 0.72% -
XYZ 26.64 12.98 38.15 -
YUV 76.22 179.8 204.16 -
System Red Green Blue C M Y K H S L
Decimal 183 4 168 0 0.98 0.08 0.28 305.03 0.96 0.37
Hex B7 4 A8 0 62 8 1C 131 60 25
Octal 267 4 250 0 142 10 34 461 140 45
Binary 10110111 100 10101000 0 1100010 1000 11100 100110001 1100000 100101

Color Harmonies of #B704A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B704A8

Black with #B704A8

Text Example


Text Example

White with #B704A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B704A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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