Html Css Color HEX #B60DBF Deep Magenta

📋 copy color: '#B60DBF'

red 182 ◦ green 13 ◦ blue 191

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

Shades of Deep Magenta #B60DBF

Tints of Deep Magenta #B60DBF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.37%

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

R = 47.15%
G = 3.37%
B = 49.48%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B60DBF (or 0xB60DBF) is known color: Deep Magenta. HEX triplet: B6, 0D and BF. RGB value is (182,13,191). Sum of RGB (Red+Green+Blue) = 182+13+191=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #B60DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60DBF is #49F240. Grayscale: #535353. Windows color (decimal): -4846145 or 12520886. OLE color: 12520886.

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

Color convert

RGB 182 13 191 -
CMYK 0.05 0.93 0 0.25
HSL 296.97º 0.87% 0.4% -
HSV(B) 296.97º 0.93% 0.75% -
XYZ 28.84 13.99 50.47 -
YUV 83.82 188.49 198.03 -
System Red Green Blue C M Y K H S L
Decimal 182 13 191 0.05 0.93 0 0.25 296.97 0.87 0.4
Hex B6 D BF 5 5D 0 19 129 57 28
Octal 266 15 277 5 135 0 31 451 127 50
Binary 10110110 1101 10111111 101 1011101 0 11001 100101001 1010111 101000

Color Harmonies of #B60DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60DBF

Black with #B60DBF

Text Example


Text Example

White with #B60DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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