Html Css Color HEX #B60CCC Deep Magenta

📋 copy color: '#B60CCC'

red 182 ◦ green 12 ◦ blue 204

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

Shades of Deep Magenta #B60CCC

Tints of Deep Magenta #B60CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 45.73%
G = 3.02%
B = 51.26%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B60CCC (or 0xB60CCC) is known color: Deep Magenta. HEX triplet: B6, 0C and CC. RGB value is (182,12,204). Sum of RGB (Red+Green+Blue) = 182+12+204=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #B60CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60CCC is #49F333. Grayscale: #545454. Windows color (decimal): -4846388 or 13372598. OLE color: 13372598.

HSL color Cylindrical-coordinate representation of color #B60CCC: hue angle of 293.12º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60CCC is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 12 204 -
CMYK 0.11 0.94 0 0.2
HSL 293.13º 0.89% 0.42% -
HSV(B) 293.13º 0.94% 0.8% -
XYZ 30.32 14.57 58.34 -
YUV 84.72 195.32 197.39 -
System Red Green Blue C M Y K H S L
Decimal 182 12 204 0.11 0.94 0 0.2 293.13 0.89 0.42
Hex B6 C CC B 5E 0 14 125 59 2A
Octal 266 14 314 13 136 0 24 445 131 52
Binary 10110110 1100 11001100 1011 1011110 0 10100 100100101 1011001 101010

Color Harmonies of #B60CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60CCC

Black with #B60CCC

Text Example


Text Example

White with #B60CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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