Html Css Color HEX #B60ACB Deep Magenta

📋 copy color: '#B60ACB'

red 182 ◦ green 10 ◦ blue 203

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

Shades of Deep Magenta #B60ACB

Tints of Deep Magenta #B60ACB

RGB

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

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

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

R = 46.08%
G = 2.53%
B = 51.39%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B60ACB (or 0xB60ACB) is known color: Deep Magenta. HEX triplet: B6, 0A and CB. RGB value is (182,10,203). Sum of RGB (Red+Green+Blue) = 182+10+203=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #B60ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60ACB is #49F534. Grayscale: #525252. Windows color (decimal): -4846901 or 13306550. OLE color: 13306550.

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

Color convert

RGB 182 10 203 -
CMYK 0.10 0.95 0 0.20
HSL 293.47º 0.91% 0.42% -
HSV(B) 293.47º 0.95% 0.8% -
XYZ 30.18 14.47 57.7 -
YUV 83.43 195.48 198.31 -
System Red Green Blue C M Y K H S L
Decimal 182 10 203 0.10 0.95 0 0.20 293.47 0.91 0.42
Hex B6 A CB A 5F 0 14 125 5B 2A
Octal 266 12 313 12 137 0 24 445 133 52
Binary 10110110 1010 11001011 1010 1011111 0 10100 100100101 1011011 101010

Color Harmonies of #B60ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60ACB

Black with #B60ACB

Text Example


Text Example

White with #B60ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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