Html Css Color HEX #B704DD Deep Magenta

📋 copy color: '#B704DD'

red 183 ◦ green 4 ◦ blue 221

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

Shades of Deep Magenta #B704DD

Tints of Deep Magenta #B704DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.17%

R = 44.85%
G = 0.98%
B = 54.17%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B704DD (or 0xB704DD) is known color: Deep Magenta. HEX triplet: B7, 04 and DD. RGB value is (183,4,221). Sum of RGB (Red+Green+Blue) = 183+4+221=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #B704DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B704DD is #48FB22. Grayscale: #515151. Windows color (decimal): -4782883 or 14484663. OLE color: 14484663.

HSL color Cylindrical-coordinate representation of color #B704DD: hue angle of 289.49º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B704DD is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 4 221 -
CMYK 0.17 0.98 0 0.13
HSL 289.49º 0.96% 0.44% -
HSV(B) 289.49º 0.98% 0.87% -
XYZ 32.62 15.37 69.65 -
YUV 82.26 206.3 199.86 -
System Red Green Blue C M Y K H S L
Decimal 183 4 221 0.17 0.98 0 0.13 289.49 0.96 0.44
Hex B7 4 DD 11 62 0 D 121 60 2C
Octal 267 4 335 21 142 0 15 441 140 54
Binary 10110111 100 11011101 10001 1100010 0 1101 100100001 1100000 101100

Color Harmonies of #B704DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B704DD

Black with #B704DD

Text Example


Text Example

White with #B704DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B704DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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