Html Css Color HEX #B60DDD Deep Magenta

📋 copy color: '#B60DDD'

red 182 ◦ green 13 ◦ blue 221

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

Shades of Deep Magenta #B60DDD

Tints of Deep Magenta #B60DDD

RGB

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

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

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

R = 43.75%
G = 3.13%
B = 53.13%

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

#B60DDD (or 0xB60DDD) is known color: Deep Magenta. HEX triplet: B6, 0D and DD. RGB value is (182,13,221). Sum of RGB (Red+Green+Blue) = 182+13+221=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #B60DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60DDD is #49F222. Grayscale: #565656. Windows color (decimal): -4846115 or 14486966. OLE color: 14486966.

HSL color Cylindrical-coordinate representation of color #B60DDD: hue angle of 288.75º degrees, saturation: 0.89, 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 #B60DDD is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 13 221 -
CMYK 0.18 0.94 0 0.13
HSL 288.75º 0.89% 0.46% -
HSV(B) 288.75º 0.94% 0.87% -
XYZ 32.49 15.45 69.68 -
YUV 87.24 203.49 195.59 -
System Red Green Blue C M Y K H S L
Decimal 182 13 221 0.18 0.94 0 0.13 288.75 0.89 0.46
Hex B6 D DD 12 5E 0 D 121 59 2E
Octal 266 15 335 22 136 0 15 441 131 56
Binary 10110110 1101 11011101 10010 1011110 0 1101 100100001 1011001 101110

Color Harmonies of #B60DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60DDD

Black with #B60DDD

Text Example


Text Example

White with #B60DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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