Html Css Color HEX #B60CBE Deep Magenta

📋 copy color: '#B60CBE'

red 182 ◦ green 12 ◦ blue 190

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

Shades of Deep Magenta #B60CBE

Tints of Deep Magenta #B60CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 47.4%
G = 3.13%
B = 49.48%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B60CBE (or 0xB60CBE) is known color: Deep Magenta. HEX triplet: B6, 0C and BE. RGB value is (182,12,190). Sum of RGB (Red+Green+Blue) = 182+12+190=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #B60CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60CBE is #49F341. Grayscale: #525252. Windows color (decimal): -4846402 or 12455094. OLE color: 12455094.

HSL color Cylindrical-coordinate representation of color #B60CBE: hue angle of 297.3º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60CBE is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 12 190 -
CMYK 0.04 0.94 0 0.25
HSL 297.3º 0.88% 0.4% -
HSV(B) 297.3º 0.94% 0.75% -
XYZ 28.72 13.93 49.89 -
YUV 83.12 188.32 198.53 -
System Red Green Blue C M Y K H S L
Decimal 182 12 190 0.04 0.94 0 0.25 297.3 0.88 0.4
Hex B6 C BE 4 5E 0 19 129 58 28
Octal 266 14 276 4 136 0 31 451 130 50
Binary 10110110 1100 10111110 100 1011110 0 11001 100101001 1011000 101000

Color Harmonies of #B60CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60CBE

Black with #B60CBE

Text Example


Text Example

White with #B60CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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