Html Css Color HEX #B60DDB Deep Magenta

📋 copy color: '#B60DDB'

red 182 ◦ green 13 ◦ blue 219

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

Shades of Deep Magenta #B60DDB

Tints of Deep Magenta #B60DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 43.96%
G = 3.14%
B = 52.9%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B60DDB (or 0xB60DDB) is known color: Deep Magenta. HEX triplet: B6, 0D and DB. RGB value is (182,13,219). Sum of RGB (Red+Green+Blue) = 182+13+219=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #B60DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60DDB is #49F224. Grayscale: #565656. Windows color (decimal): -4846117 or 14355894. OLE color: 14355894.

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

Color convert

RGB 182 13 219 -
CMYK 0.17 0.94 0 0.14
HSL 289.22º 0.89% 0.45% -
HSV(B) 289.22º 0.94% 0.86% -
XYZ 32.22 15.35 68.28 -
YUV 87.02 202.49 195.75 -
System Red Green Blue C M Y K H S L
Decimal 182 13 219 0.17 0.94 0 0.14 289.22 0.89 0.45
Hex B6 D DB 11 5E 0 E 121 59 2D
Octal 266 15 333 21 136 0 16 441 131 55
Binary 10110110 1101 11011011 10001 1011110 0 1110 100100001 1011001 101101

Color Harmonies of #B60DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60DDB

Black with #B60DDB

Text Example


Text Example

White with #B60DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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