Html Css Color HEX #B613DC Deep Magenta

📋 copy color: '#B613DC'

red 182 ◦ green 19 ◦ blue 220

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

Shades of Deep Magenta #B613DC

Tints of Deep Magenta #B613DC

RGB

 RED value IS 182 (71.48% from 255) = 43.23%

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

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

R = 43.23%
G = 4.51%
B = 52.26%

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

#B613DC (or 0xB613DC) is known color: Deep Magenta. HEX triplet: B6, 13 and DC. RGB value is (182,19,220). Sum of RGB (Red+Green+Blue) = 182+19+220=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 19 (7.81% from 255 or 4.51% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #B613DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B613DC is #49EC23. Grayscale: #5A5A5A. Windows color (decimal): -4844580 or 14422966. OLE color: 14422966.

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

Color convert

RGB 182 19 220 -
CMYK 0.17 0.91 0 0.14
HSL 288.66º 0.84% 0.47% -
HSV(B) 288.66º 0.91% 0.86% -
XYZ 32.44 15.58 69.01 -
YUV 90.65 201 193.16 -
System Red Green Blue C M Y K H S L
Decimal 182 19 220 0.17 0.91 0 0.14 288.66 0.84 0.47
Hex B6 13 DC 11 5B 0 E 121 54 2F
Octal 266 23 334 21 133 0 16 441 124 57
Binary 10110110 10011 11011100 10001 1011011 0 1110 100100001 1010100 101111

Color Harmonies of #B613DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B613DC

Black with #B613DC

Text Example


Text Example

White with #B613DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B613DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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