Html Css Color HEX #B60EDC Deep Magenta

📋 copy color: '#B60EDC'

red 182 ◦ green 14 ◦ blue 220

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

Shades of Deep Magenta #B60EDC

Tints of Deep Magenta #B60EDC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.37%

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

R = 43.75%
G = 3.37%
B = 52.88%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B60EDC (or 0xB60EDC) is known color: Deep Magenta. HEX triplet: B6, 0E and DC. RGB value is (182,14,220). Sum of RGB (Red+Green+Blue) = 182+14+220=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #B60EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60EDC is #49F123. Grayscale: #575757. Windows color (decimal): -4845860 or 14421686. OLE color: 14421686.

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

Color convert

RGB 182 14 220 -
CMYK 0.17 0.94 0 0.14
HSL 288.93º 0.88% 0.46% -
HSV(B) 288.93º 0.94% 0.86% -
XYZ 32.37 15.43 68.98 -
YUV 87.72 202.66 195.25 -
System Red Green Blue C M Y K H S L
Decimal 182 14 220 0.17 0.94 0 0.14 288.93 0.88 0.46
Hex B6 E DC 11 5E 0 E 121 58 2E
Octal 266 16 334 21 136 0 16 441 130 56
Binary 10110110 1110 11011100 10001 1011110 0 1110 100100001 1011000 101110

Color Harmonies of #B60EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60EDC

Black with #B60EDC

Text Example


Text Example

White with #B60EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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