Html Css Color HEX #B60DCB Deep Magenta

📋 copy color: '#B60DCB'

red 182 ◦ green 13 ◦ blue 203

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

Shades of Deep Magenta #B60DCB

Tints of Deep Magenta #B60DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 45.73%
G = 3.27%
B = 51.01%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B60DCB (or 0xB60DCB) is known color: Deep Magenta. HEX triplet: B6, 0D and CB. RGB value is (182,13,203). Sum of RGB (Red+Green+Blue) = 182+13+203=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #B60DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60DCB is #49F234. Grayscale: #545454. Windows color (decimal): -4846133 or 13307318. OLE color: 13307318.

HSL color Cylindrical-coordinate representation of color #B60DCB: hue angle of 293.37º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60DCB is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 13 203 -
CMYK 0.10 0.94 0 0.20
HSL 293.37º 0.88% 0.42% -
HSV(B) 293.37º 0.94% 0.8% -
XYZ 30.21 14.54 57.71 -
YUV 85.19 194.49 197.05 -
System Red Green Blue C M Y K H S L
Decimal 182 13 203 0.10 0.94 0 0.20 293.37 0.88 0.42
Hex B6 D CB A 5E 0 14 125 58 2A
Octal 266 15 313 12 136 0 24 445 130 52
Binary 10110110 1101 11001011 1010 1011110 0 10100 100100101 1011000 101010

Color Harmonies of #B60DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60DCB

Black with #B60DCB

Text Example


Text Example

White with #B60DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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