Html Css Color HEX #B60FC0 Deep Magenta

📋 copy color: '#B60FC0'

red 182 ◦ green 15 ◦ blue 192

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

Shades of Deep Magenta #B60FC0

Tints of Deep Magenta #B60FC0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.86%

 BLUE value IS 192 (75.39% from 255) = 49.36%

R = 46.79%
G = 3.86%
B = 49.36%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B60FC0 (or 0xB60FC0) is known color: Deep Magenta. HEX triplet: B6, 0F and C0. RGB value is (182,15,192). Sum of RGB (Red+Green+Blue) = 182+15+192=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #B60FC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60FC0 is #49F03F. Grayscale: #545454. Windows color (decimal): -4845632 or 12586934. OLE color: 12586934.

HSL color Cylindrical-coordinate representation of color #B60FC0: hue angle of 296.61º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60FC0 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 15 192 -
CMYK 0.05 0.92 0 0.25
HSL 296.61º 0.86% 0.41% -
HSV(B) 296.61º 0.92% 0.75% -
XYZ 28.98 14.09 51.06 -
YUV 85.11 188.33 197.11 -
System Red Green Blue C M Y K H S L
Decimal 182 15 192 0.05 0.92 0 0.25 296.61 0.86 0.41
Hex B6 F C0 5 5C 0 19 129 56 29
Octal 266 17 300 5 134 0 31 451 126 51
Binary 10110110 1111 11000000 101 1011100 0 11001 100101001 1010110 101001

Color Harmonies of #B60FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60FC0

Black with #B60FC0

Text Example


Text Example

White with #B60FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60FC0; }

 p { color: rgb(182,15,192); }

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

background-color css

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

 a { background-color: rgb(182,15,192); }

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

border-color css

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

 span { border-color: rgb(182,15,192); }

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