Html Css Color HEX #B713DB Deep Magenta

📋 copy color: '#B713DB'

red 183 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #B713DB

Tints of Deep Magenta #B713DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.02%

R = 43.47%
G = 4.51%
B = 52.02%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B713DB (or 0xB713DB) is known color: Deep Magenta. HEX triplet: B7, 13 and DB. RGB value is (183,19,219). Sum of RGB (Red+Green+Blue) = 183+19+219=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 19 (7.81% from 255 or 4.51% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #B713DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B713DB is #48EC24. Grayscale: #5A5A5A. Windows color (decimal): -4779045 or 14357431. OLE color: 14357431.

HSL color Cylindrical-coordinate representation of color #B713DB: hue angle of 289.2º 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 #B713DB is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 19 219 -
CMYK 0.16 0.91 0 0.14
HSL 289.2º 0.84% 0.47% -
HSV(B) 289.2º 0.91% 0.86% -
XYZ 32.55 15.65 68.32 -
YUV 90.84 200.33 193.74 -
System Red Green Blue C M Y K H S L
Decimal 183 19 219 0.16 0.91 0 0.14 289.2 0.84 0.47
Hex B7 13 DB 10 5B 0 E 121 54 2F
Octal 267 23 333 20 133 0 16 441 124 57
Binary 10110111 10011 11011011 10000 1011011 0 1110 100100001 1010100 101111

Color Harmonies of #B713DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B713DB

Black with #B713DB

Text Example


Text Example

White with #B713DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B713DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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