Html Css Color HEX #B60DD0 Deep Magenta

📋 copy color: '#B60DD0'

red 182 ◦ green 13 ◦ blue 208

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

Shades of Deep Magenta #B60DD0

Tints of Deep Magenta #B60DD0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.23%

 BLUE value IS 208 (81.64% from 255) = 51.61%

R = 45.16%
G = 3.23%
B = 51.61%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B60DD0 (or 0xB60DD0) is known color: Deep Magenta. HEX triplet: B6, 0D and D0. RGB value is (182,13,208). Sum of RGB (Red+Green+Blue) = 182+13+208=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #B60DD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60DD0 is #49F22F. Grayscale: #555555. Windows color (decimal): -4846128 or 13634998. OLE color: 13634998.

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

Color convert

RGB 182 13 208 -
CMYK 0.12 0.94 0 0.18
HSL 292º 0.88% 0.43% -
HSV(B) 292º 0.94% 0.82% -
XYZ 30.82 14.79 60.9 -
YUV 85.76 196.99 196.64 -
System Red Green Blue C M Y K H S L
Decimal 182 13 208 0.12 0.94 0 0.18 292 0.88 0.43
Hex B6 D D0 C 5E 0 12 124 58 2B
Octal 266 15 320 14 136 0 22 444 130 53
Binary 10110110 1101 11010000 1100 1011110 0 10010 100100100 1011000 101011

Color Harmonies of #B60DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60DD0

Black with #B60DD0

Text Example


Text Example

White with #B60DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60DD0; }

 p { color: rgb(182,13,208); }

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

background-color css

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

 a { background-color: rgb(182,13,208); }

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

border-color css

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

 span { border-color: rgb(182,13,208); }

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