Html Css Color HEX #B60ADB Deep Magenta

📋 copy color: '#B60ADB'

red 182 ◦ green 10 ◦ blue 219

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

Shades of Deep Magenta #B60ADB

Tints of Deep Magenta #B60ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.43%

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

R = 44.28%
G = 2.43%
B = 53.28%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B60ADB (or 0xB60ADB) is known color: Deep Magenta. HEX triplet: B6, 0A and DB. RGB value is (182,10,219). Sum of RGB (Red+Green+Blue) = 182+10+219=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #B60ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60ADB is #49F524. Grayscale: #545454. Windows color (decimal): -4846885 or 14355126. OLE color: 14355126.

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

Color convert

RGB 182 10 219 -
CMYK 0.17 0.95 0 0.14
HSL 289.38º 0.91% 0.45% -
HSV(B) 289.38º 0.95% 0.86% -
XYZ 32.19 15.28 68.27 -
YUV 85.25 203.48 197.01 -
System Red Green Blue C M Y K H S L
Decimal 182 10 219 0.17 0.95 0 0.14 289.38 0.91 0.45
Hex B6 A DB 11 5F 0 E 121 5B 2D
Octal 266 12 333 21 137 0 16 441 133 55
Binary 10110110 1010 11011011 10001 1011111 0 1110 100100001 1011011 101101

Color Harmonies of #B60ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60ADB

Black with #B60ADB

Text Example


Text Example

White with #B60ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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