Html Css Color HEX #B60DC1 Deep Magenta

📋 copy color: '#B60DC1'

red 182 ◦ green 13 ◦ blue 193

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

Shades of Deep Magenta #B60DC1

Tints of Deep Magenta #B60DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.74%

R = 46.91%
G = 3.35%
B = 49.74%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B60DC1 (or 0xB60DC1) is known color: Deep Magenta. HEX triplet: B6, 0D and C1. RGB value is (182,13,193). Sum of RGB (Red+Green+Blue) = 182+13+193=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #B60DC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60DC1 is #49F23E. Grayscale: #535353. Windows color (decimal): -4846143 or 12651958. OLE color: 12651958.

HSL color Cylindrical-coordinate representation of color #B60DC1: hue angle of 296.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60DC1 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 13 193 -
CMYK 0.06 0.93 0 0.24
HSL 296.33º 0.87% 0.4% -
HSV(B) 296.33º 0.93% 0.76% -
XYZ 29.06 14.08 51.64 -
YUV 84.05 189.49 197.86 -
System Red Green Blue C M Y K H S L
Decimal 182 13 193 0.06 0.93 0 0.24 296.33 0.87 0.4
Hex B6 D C1 6 5D 0 18 128 57 28
Octal 266 15 301 6 135 0 30 450 127 50
Binary 10110110 1101 11000001 110 1011101 0 11000 100101000 1010111 101000

Color Harmonies of #B60DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60DC1

Black with #B60DC1

Text Example


Text Example

White with #B60DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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