Html Css Color HEX #B60CBF Deep Magenta

📋 copy color: '#B60CBF'

red 182 ◦ green 12 ◦ blue 191

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

Shades of Deep Magenta #B60CBF

Tints of Deep Magenta #B60CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.61%

R = 47.27%
G = 3.12%
B = 49.61%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B60CBF (or 0xB60CBF) is known color: Deep Magenta. HEX triplet: B6, 0C and BF. RGB value is (182,12,191). Sum of RGB (Red+Green+Blue) = 182+12+191=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #B60CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60CBF is #49F340. Grayscale: #525252. Windows color (decimal): -4846401 or 12520630. OLE color: 12520630.

HSL color Cylindrical-coordinate representation of color #B60CBF: hue angle of 296.98º 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 #B60CBF is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 12 191 -
CMYK 0.05 0.94 0 0.25
HSL 296.98º 0.88% 0.4% -
HSV(B) 296.98º 0.94% 0.75% -
XYZ 28.83 13.97 50.47 -
YUV 83.24 188.82 198.45 -
System Red Green Blue C M Y K H S L
Decimal 182 12 191 0.05 0.94 0 0.25 296.98 0.88 0.4
Hex B6 C BF 5 5E 0 19 129 58 28
Octal 266 14 277 5 136 0 31 451 130 50
Binary 10110110 1100 10111111 101 1011110 0 11001 100101001 1011000 101000

Color Harmonies of #B60CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60CBF

Black with #B60CBF

Text Example


Text Example

White with #B60CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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