Html Css Color HEX #B60EDE Deep Magenta

📋 copy color: '#B60EDE'

red 182 ◦ green 14 ◦ blue 222

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

Shades of Deep Magenta #B60EDE

Tints of Deep Magenta #B60EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.11%

R = 43.54%
G = 3.35%
B = 53.11%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B60EDE (or 0xB60EDE) is known color: Deep Magenta. HEX triplet: B6, 0E and DE. RGB value is (182,14,222). Sum of RGB (Red+Green+Blue) = 182+14+222=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #B60EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60EDE is #49F121. Grayscale: #575757. Windows color (decimal): -4845858 or 14552758. OLE color: 14552758.

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

Color convert

RGB 182 14 222 -
CMYK 0.18 0.94 0 0.13
HSL 288.46º 0.88% 0.46% -
HSV(B) 288.46º 0.94% 0.87% -
XYZ 32.63 15.53 70.39 -
YUV 87.94 203.66 195.09 -
System Red Green Blue C M Y K H S L
Decimal 182 14 222 0.18 0.94 0 0.13 288.46 0.88 0.46
Hex B6 E DE 12 5E 0 D 120 58 2E
Octal 266 16 336 22 136 0 15 440 130 56
Binary 10110110 1110 11011110 10010 1011110 0 1101 100100000 1011000 101110

Color Harmonies of #B60EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60EDE

Black with #B60EDE

Text Example


Text Example

White with #B60EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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