Html Css Color HEX #B60CDB Deep Magenta

📋 copy color: '#B60CDB'

red 182 ◦ green 12 ◦ blue 219

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

Shades of Deep Magenta #B60CDB

Tints of Deep Magenta #B60CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.91%

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

R = 44.07%
G = 2.91%
B = 53.03%

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

#B60CDB (or 0xB60CDB) is known color: Deep Magenta. HEX triplet: B6, 0C and DB. RGB value is (182,12,219). Sum of RGB (Red+Green+Blue) = 182+12+219=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #B60CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60CDB is #49F324. Grayscale: #555555. Windows color (decimal): -4846373 or 14355638. OLE color: 14355638.

HSL color Cylindrical-coordinate representation of color #B60CDB: hue angle of 289.28º degrees, saturation: 0.9, 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 #B60CDB is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 12 219 -
CMYK 0.17 0.95 0 0.14
HSL 289.28º 0.9% 0.45% -
HSV(B) 289.28º 0.95% 0.86% -
XYZ 32.21 15.32 68.28 -
YUV 86.43 202.82 196.17 -
System Red Green Blue C M Y K H S L
Decimal 182 12 219 0.17 0.95 0 0.14 289.28 0.9 0.45
Hex B6 C DB 11 5F 0 E 121 5A 2D
Octal 266 14 333 21 137 0 16 441 132 55
Binary 10110110 1100 11011011 10001 1011111 0 1110 100100001 1011010 101101

Color Harmonies of #B60CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60CDB

Black with #B60CDB

Text Example


Text Example

White with #B60CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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