Html Css Color HEX #B705DD Deep Magenta

📋 copy color: '#B705DD'

red 183 ◦ green 5 ◦ blue 221

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

Shades of Deep Magenta #B705DD

Tints of Deep Magenta #B705DD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.22%

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

R = 44.74%
G = 1.22%
B = 54.03%

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

#B705DD (or 0xB705DD) is known color: Deep Magenta. HEX triplet: B7, 05 and DD. RGB value is (183,5,221). Sum of RGB (Red+Green+Blue) = 183+5+221=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #B705DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B705DD is #48FA22. Grayscale: #525252. Windows color (decimal): -4782627 or 14484919. OLE color: 14484919.

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

Color convert

RGB 183 5 221 -
CMYK 0.17 0.98 0 0.13
HSL 289.44º 0.96% 0.44% -
HSV(B) 289.44º 0.98% 0.87% -
XYZ 32.63 15.4 69.66 -
YUV 82.85 205.97 199.44 -
System Red Green Blue C M Y K H S L
Decimal 183 5 221 0.17 0.98 0 0.13 289.44 0.96 0.44
Hex B7 5 DD 11 62 0 D 121 60 2C
Octal 267 5 335 21 142 0 15 441 140 54
Binary 10110111 101 11011101 10001 1100010 0 1101 100100001 1100000 101100

Color Harmonies of #B705DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B705DD

Black with #B705DD

Text Example


Text Example

White with #B705DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B705DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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