Html Css Color HEX #B60DC3 Deep Magenta

📋 copy color: '#B60DC3'

red 182 ◦ green 13 ◦ blue 195

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

Shades of Deep Magenta #B60DC3

Tints of Deep Magenta #B60DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 50%

R = 46.67%
G = 3.33%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B60DC3 (or 0xB60DC3) is known color: Deep Magenta. HEX triplet: B6, 0D and C3. RGB value is (182,13,195). Sum of RGB (Red+Green+Blue) = 182+13+195=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 195 (76.56% from 255 or 50% from 390); Max value from RGB is 195 - color contains mainly: blue. Hex color #B60DC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60DC3 is #49F23C. Grayscale: #535353. Windows color (decimal): -4846141 or 12783030. OLE color: 12783030.

HSL color Cylindrical-coordinate representation of color #B60DC3: hue angle of 295.71º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60DC3 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 13 195 -
CMYK 0.07 0.93 0 0.24
HSL 295.71º 0.88% 0.41% -
HSV(B) 295.71º 0.93% 0.76% -
XYZ 29.29 14.17 52.82 -
YUV 84.28 190.49 197.7 -
System Red Green Blue C M Y K H S L
Decimal 182 13 195 0.07 0.93 0 0.24 295.71 0.88 0.41
Hex B6 D C3 7 5D 0 18 128 58 29
Octal 266 15 303 7 135 0 30 450 130 51
Binary 10110110 1101 11000011 111 1011101 0 11000 100101000 1011000 101001

Color Harmonies of #B60DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60DC3

Black with #B60DC3

Text Example


Text Example

White with #B60DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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