Html Css Color HEX #B60ADD Deep Magenta

📋 copy color: '#B60ADD'

red 182 ◦ green 10 ◦ blue 221

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

Shades of Deep Magenta #B60ADD

Tints of Deep Magenta #B60ADD

RGB

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

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

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

R = 44.07%
G = 2.42%
B = 53.51%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B60ADD (or 0xB60ADD) is known color: Deep Magenta. HEX triplet: B6, 0A and DD. RGB value is (182,10,221). Sum of RGB (Red+Green+Blue) = 182+10+221=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #B60ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60ADD is #49F522. Grayscale: #545454. Windows color (decimal): -4846883 or 14486198. OLE color: 14486198.

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

Color convert

RGB 182 10 221 -
CMYK 0.18 0.95 0 0.13
HSL 288.91º 0.91% 0.45% -
HSV(B) 288.91º 0.95% 0.87% -
XYZ 32.45 15.38 69.67 -
YUV 85.48 204.48 196.84 -
System Red Green Blue C M Y K H S L
Decimal 182 10 221 0.18 0.95 0 0.13 288.91 0.91 0.45
Hex B6 A DD 12 5F 0 D 121 5B 2D
Octal 266 12 335 22 137 0 15 441 133 55
Binary 10110110 1010 11011101 10010 1011111 0 1101 100100001 1011011 101101

Color Harmonies of #B60ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60ADD

Black with #B60ADD

Text Example


Text Example

White with #B60ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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