Html Css Color HEX #B60AC2 Deep Magenta

📋 copy color: '#B60AC2'

red 182 ◦ green 10 ◦ blue 194

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

Shades of Deep Magenta #B60AC2

Tints of Deep Magenta #B60AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.26%

R = 47.15%
G = 2.59%
B = 50.26%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B60AC2 (or 0xB60AC2) is known color: Deep Magenta. HEX triplet: B6, 0A and C2. RGB value is (182,10,194). Sum of RGB (Red+Green+Blue) = 182+10+194=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #B60AC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60AC2 is #49F53D. Grayscale: #515151. Windows color (decimal): -4846910 or 12716726. OLE color: 12716726.

HSL color Cylindrical-coordinate representation of color #B60AC2: hue angle of 296.09º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60AC2 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 10 194 -
CMYK 0.06 0.95 0 0.24
HSL 296.09º 0.9% 0.4% -
HSV(B) 296.09º 0.95% 0.76% -
XYZ 29.14 14.06 52.22 -
YUV 82.4 190.98 199.04 -
System Red Green Blue C M Y K H S L
Decimal 182 10 194 0.06 0.95 0 0.24 296.09 0.9 0.4
Hex B6 A C2 6 5F 0 18 128 5A 28
Octal 266 12 302 6 137 0 30 450 132 50
Binary 10110110 1010 11000010 110 1011111 0 11000 100101000 1011010 101000

Color Harmonies of #B60AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60AC2

Black with #B60AC2

Text Example


Text Example

White with #B60AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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