Html Css Color HEX #B60FDD Deep Magenta

📋 copy color: '#B60FDD'

red 182 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #B60FDD

Tints of Deep Magenta #B60FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.87%

R = 43.54%
G = 3.59%
B = 52.87%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B60FDD (or 0xB60FDD) is known color: Deep Magenta. HEX triplet: B6, 0F and DD. RGB value is (182,15,221). Sum of RGB (Red+Green+Blue) = 182+15+221=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #B60FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60FDD is #49F022. Grayscale: #575757. Windows color (decimal): -4845603 or 14487478. OLE color: 14487478.

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

Color convert

RGB 182 15 221 -
CMYK 0.18 0.93 0 0.13
HSL 288.64º 0.87% 0.46% -
HSV(B) 288.64º 0.93% 0.87% -
XYZ 32.51 15.51 69.69 -
YUV 88.42 202.83 194.75 -
System Red Green Blue C M Y K H S L
Decimal 182 15 221 0.18 0.93 0 0.13 288.64 0.87 0.46
Hex B6 F DD 12 5D 0 D 121 57 2E
Octal 266 17 335 22 135 0 15 441 127 56
Binary 10110110 1111 11011101 10010 1011101 0 1101 100100001 1010111 101110

Color Harmonies of #B60FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60FDD

Black with #B60FDD

Text Example


Text Example

White with #B60FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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