Html Css Color HEX #B60DB5 Deep Magenta

📋 copy color: '#B60DB5'

red 182 ◦ green 13 ◦ blue 181

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

Shades of Deep Magenta #B60DB5

Tints of Deep Magenta #B60DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.14%

R = 48.4%
G = 3.46%
B = 48.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B60DB5 (or 0xB60DB5) is known color: Deep Magenta. HEX triplet: B6, 0D and B5. RGB value is (182,13,181). Sum of RGB (Red+Green+Blue) = 182+13+181=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B60DB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60DB5 is #49F24A. Grayscale: #525252. Windows color (decimal): -4846155 or 11865526. OLE color: 11865526.

HSL color Cylindrical-coordinate representation of color #B60DB5: hue angle of 300.36º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60DB5 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 13 181 -
CMYK 0 0.93 0.01 0.29
HSL 300.36º 0.87% 0.38% -
HSV(B) 300.36º 0.93% 0.71% -
XYZ 27.78 13.57 44.87 -
YUV 82.68 183.49 198.84 -
System Red Green Blue C M Y K H S L
Decimal 182 13 181 0 0.93 0.01 0.29 300.36 0.87 0.38
Hex B6 D B5 0 5D 1 1D 12C 57 26
Octal 266 15 265 0 135 1 35 454 127 46
Binary 10110110 1101 10110101 0 1011101 1 11101 100101100 1010111 100110

Color Harmonies of #B60DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60DB5

Black with #B60DB5

Text Example


Text Example

White with #B60DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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