Html Css Color HEX #B70DCD Deep Magenta

📋 copy color: '#B70DCD'

red 183 ◦ green 13 ◦ blue 205

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

Shades of Deep Magenta #B70DCD

Tints of Deep Magenta #B70DCD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.24%

 BLUE value IS 205 (80.47% from 255) = 51.12%

R = 45.64%
G = 3.24%
B = 51.12%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B70DCD (or 0xB70DCD) is known color: Deep Magenta. HEX triplet: B7, 0D and CD. RGB value is (183,13,205). Sum of RGB (Red+Green+Blue) = 183+13+205=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #B70DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70DCD is #48F232. Grayscale: #555555. Windows color (decimal): -4780595 or 13438391. OLE color: 13438391.

HSL color Cylindrical-coordinate representation of color #B70DCD: hue angle of 293.12º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70DCD is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 13 205 -
CMYK 0.11 0.94 0 0.20
HSL 293.13º 0.88% 0.43% -
HSV(B) 293.13º 0.94% 0.8% -
XYZ 30.69 14.76 58.99 -
YUV 85.72 195.32 197.39 -
System Red Green Blue C M Y K H S L
Decimal 183 13 205 0.11 0.94 0 0.20 293.13 0.88 0.43
Hex B7 D CD B 5E 0 14 125 58 2B
Octal 267 15 315 13 136 0 24 445 130 53
Binary 10110111 1101 11001101 1011 1011110 0 10100 100100101 1011000 101011

Color Harmonies of #B70DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70DCD

Black with #B70DCD

Text Example


Text Example

White with #B70DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70DCD; }

 p { color: rgb(183,13,205); }

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

background-color css

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

 a { background-color: rgb(183,13,205); }

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

border-color css

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

 span { border-color: rgb(183,13,205); }

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