Html Css Color HEX #B60DC7 Deep Magenta

📋 copy color: '#B60DC7'

red 182 ◦ green 13 ◦ blue 199

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

Shades of Deep Magenta #B60DC7

Tints of Deep Magenta #B60DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 50.51%

R = 46.19%
G = 3.3%
B = 50.51%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B60DC7 (or 0xB60DC7) is known color: Deep Magenta. HEX triplet: B6, 0D and C7. RGB value is (182,13,199). Sum of RGB (Red+Green+Blue) = 182+13+199=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 199 (78.12% from 255 or 50.51% from 394); Max value from RGB is 199 - color contains mainly: blue. Hex color #B60DC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60DC7 is #49F238. Grayscale: #545454. Windows color (decimal): -4846137 or 13045174. OLE color: 13045174.

HSL color Cylindrical-coordinate representation of color #B60DC7: hue angle of 294.52º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60DC7 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 13 199 -
CMYK 0.09 0.93 0 0.22
HSL 294.52º 0.88% 0.42% -
HSV(B) 294.52º 0.93% 0.78% -
XYZ 29.74 14.36 55.24 -
YUV 84.74 192.49 197.38 -
System Red Green Blue C M Y K H S L
Decimal 182 13 199 0.09 0.93 0 0.22 294.52 0.88 0.42
Hex B6 D C7 9 5D 0 16 127 58 2A
Octal 266 15 307 11 135 0 26 447 130 52
Binary 10110110 1101 11000111 1001 1011101 0 10110 100100111 1011000 101010

Color Harmonies of #B60DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60DC7

Black with #B60DC7

Text Example


Text Example

White with #B60DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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