Html Css Color HEX #B60CCE Deep Magenta

📋 copy color: '#B60CCE'

red 182 ◦ green 12 ◦ blue 206

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

Shades of Deep Magenta #B60CCE

Tints of Deep Magenta #B60CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.5%

R = 45.5%
G = 3%
B = 51.5%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B60CCE (or 0xB60CCE) is known color: Deep Magenta. HEX triplet: B6, 0C and CE. RGB value is (182,12,206). Sum of RGB (Red+Green+Blue) = 182+12+206=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #B60CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60CCE is #49F331. Grayscale: #545454. Windows color (decimal): -4846386 or 13503670. OLE color: 13503670.

HSL color Cylindrical-coordinate representation of color #B60CCE: hue angle of 292.58º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60CCE is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 12 206 -
CMYK 0.12 0.94 0 0.19
HSL 292.58º 0.89% 0.43% -
HSV(B) 292.58º 0.94% 0.81% -
XYZ 30.56 14.66 59.61 -
YUV 84.95 196.32 197.23 -
System Red Green Blue C M Y K H S L
Decimal 182 12 206 0.12 0.94 0 0.19 292.58 0.89 0.43
Hex B6 C CE C 5E 0 13 125 59 2B
Octal 266 14 316 14 136 0 23 445 131 53
Binary 10110110 1100 11001110 1100 1011110 0 10011 100100101 1011001 101011

Color Harmonies of #B60CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60CCE

Black with #B60CCE

Text Example


Text Example

White with #B60CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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