Html Css Color HEX #B713DC Deep Magenta

📋 copy color: '#B713DC'

red 183 ◦ green 19 ◦ blue 220

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

Shades of Deep Magenta #B713DC

Tints of Deep Magenta #B713DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.5%

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 43.36%
G = 4.5%
B = 52.13%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B713DC (or 0xB713DC) is known color: Deep Magenta. HEX triplet: B7, 13 and DC. RGB value is (183,19,220). Sum of RGB (Red+Green+Blue) = 183+19+220=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #B713DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B713DC is #48EC23. Grayscale: #5A5A5A. Windows color (decimal): -4779044 or 14422967. OLE color: 14422967.

HSL color Cylindrical-coordinate representation of color #B713DC: hue angle of 288.96º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B713DC is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 19 220 -
CMYK 0.17 0.91 0 0.14
HSL 288.96º 0.84% 0.47% -
HSV(B) 288.96º 0.91% 0.86% -
XYZ 32.68 15.7 69.02 -
YUV 90.95 200.83 193.66 -
System Red Green Blue C M Y K H S L
Decimal 183 19 220 0.17 0.91 0 0.14 288.96 0.84 0.47
Hex B7 13 DC 11 5B 0 E 121 54 2F
Octal 267 23 334 21 133 0 16 441 124 57
Binary 10110111 10011 11011100 10001 1011011 0 1110 100100001 1010100 101111

Color Harmonies of #B713DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B713DC

Black with #B713DC

Text Example


Text Example

White with #B713DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B713DC; }

 p { color: rgb(183,19,220); }

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

background-color css

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

 a { background-color: rgb(183,19,220); }

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

border-color css

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

 span { border-color: rgb(183,19,220); }

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