Html Css Color HEX #B60CDF Deep Magenta

📋 copy color: '#B60CDF'

red 182 ◦ green 12 ◦ blue 223

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

Shades of Deep Magenta #B60CDF

Tints of Deep Magenta #B60CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.48%

R = 43.65%
G = 2.88%
B = 53.48%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B60CDF (or 0xB60CDF) is known color: Deep Magenta. HEX triplet: B6, 0C and DF. RGB value is (182,12,223). Sum of RGB (Red+Green+Blue) = 182+12+223=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #B60CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60CDF is #49F320. Grayscale: #565656. Windows color (decimal): -4846369 or 14617782. OLE color: 14617782.

HSL color Cylindrical-coordinate representation of color #B60CDF: hue angle of 288.34º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60CDF is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 12 223 -
CMYK 0.18 0.95 0 0.13
HSL 288.34º 0.9% 0.46% -
HSV(B) 288.34º 0.95% 0.87% -
XYZ 32.74 15.54 71.09 -
YUV 86.88 204.82 195.84 -
System Red Green Blue C M Y K H S L
Decimal 182 12 223 0.18 0.95 0 0.13 288.34 0.9 0.46
Hex B6 C DF 12 5F 0 D 120 5A 2E
Octal 266 14 337 22 137 0 15 440 132 56
Binary 10110110 1100 11011111 10010 1011111 0 1101 100100000 1011010 101110

Color Harmonies of #B60CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60CDF

Black with #B60CDF

Text Example


Text Example

White with #B60CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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