Html Css Color HEX #B60FDC Deep Magenta

📋 copy color: '#B60FDC'

red 182 ◦ green 15 ◦ blue 220

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

Shades of Deep Magenta #B60FDC

Tints of Deep Magenta #B60FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.6%

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

R = 43.65%
G = 3.6%
B = 52.76%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B60FDC (or 0xB60FDC) is known color: Deep Magenta. HEX triplet: B6, 0F and DC. RGB value is (182,15,220). Sum of RGB (Red+Green+Blue) = 182+15+220=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #B60FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60FDC is #49F023. Grayscale: #575757. Windows color (decimal): -4845604 or 14421942. OLE color: 14421942.

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

Color convert

RGB 182 15 220 -
CMYK 0.17 0.93 0 0.14
HSL 288.88º 0.87% 0.46% -
HSV(B) 288.88º 0.93% 0.86% -
XYZ 32.38 15.45 68.99 -
YUV 88.3 202.33 194.83 -
System Red Green Blue C M Y K H S L
Decimal 182 15 220 0.17 0.93 0 0.14 288.88 0.87 0.46
Hex B6 F DC 11 5D 0 E 121 57 2E
Octal 266 17 334 21 135 0 16 441 127 56
Binary 10110110 1111 11011100 10001 1011101 0 1110 100100001 1010111 101110

Color Harmonies of #B60FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60FDC

Black with #B60FDC

Text Example


Text Example

White with #B60FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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