Html Css Color HEX #B60DDF Deep Magenta

📋 copy color: '#B60DDF'

red 182 ◦ green 13 ◦ blue 223

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

Shades of Deep Magenta #B60DDF

Tints of Deep Magenta #B60DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.35%

R = 43.54%
G = 3.11%
B = 53.35%

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

#B60DDF (or 0xB60DDF) is known color: Deep Magenta. HEX triplet: B6, 0D and DF. RGB value is (182,13,223). Sum of RGB (Red+Green+Blue) = 182+13+223=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #B60DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60DDF is #49F220. Grayscale: #565656. Windows color (decimal): -4846113 or 14618038. OLE color: 14618038.

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

Color convert

RGB 182 13 223 -
CMYK 0.18 0.94 0 0.13
HSL 288.29º 0.89% 0.46% -
HSV(B) 288.29º 0.94% 0.87% -
XYZ 32.75 15.56 71.09 -
YUV 87.47 204.49 195.42 -
System Red Green Blue C M Y K H S L
Decimal 182 13 223 0.18 0.94 0 0.13 288.29 0.89 0.46
Hex B6 D DF 12 5E 0 D 120 59 2E
Octal 266 15 337 22 136 0 15 440 131 56
Binary 10110110 1101 11011111 10010 1011110 0 1101 100100000 1011001 101110

Color Harmonies of #B60DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60DDF

Black with #B60DDF

Text Example


Text Example

White with #B60DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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