Html Css Color HEX #B60AC9 Deep Magenta

📋 copy color: '#B60AC9'

red 182 ◦ green 10 ◦ blue 201

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

Shades of Deep Magenta #B60AC9

Tints of Deep Magenta #B60AC9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.54%

 BLUE value IS 201 (78.91% from 255) = 51.15%

R = 46.31%
G = 2.54%
B = 51.15%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B60AC9 (or 0xB60AC9) is known color: Deep Magenta. HEX triplet: B6, 0A and C9. RGB value is (182,10,201). Sum of RGB (Red+Green+Blue) = 182+10+201=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #B60AC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60AC9 is #49F536. Grayscale: #525252. Windows color (decimal): -4846903 or 13175478. OLE color: 13175478.

HSL color Cylindrical-coordinate representation of color #B60AC9: hue angle of 294.03º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60AC9 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 10 201 -
CMYK 0.09 0.95 0 0.21
HSL 294.03º 0.91% 0.41% -
HSV(B) 294.03º 0.95% 0.79% -
XYZ 29.94 14.38 56.46 -
YUV 83.2 194.48 198.47 -
System Red Green Blue C M Y K H S L
Decimal 182 10 201 0.09 0.95 0 0.21 294.03 0.91 0.41
Hex B6 A C9 9 5F 0 15 126 5B 29
Octal 266 12 311 11 137 0 25 446 133 51
Binary 10110110 1010 11001001 1001 1011111 0 10101 100100110 1011011 101001

Color Harmonies of #B60AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60AC9

Black with #B60AC9

Text Example


Text Example

White with #B60AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60AC9; }

 p { color: rgb(182,10,201); }

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

background-color css

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

 a { background-color: rgb(182,10,201); }

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

border-color css

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

 span { border-color: rgb(182,10,201); }

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