Html Css Color HEX #B60CCA Deep Magenta

📋 copy color: '#B60CCA'

red 182 ◦ green 12 ◦ blue 202

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

Shades of Deep Magenta #B60CCA

Tints of Deep Magenta #B60CCA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.03%

 BLUE value IS 202 (79.3% from 255) = 51.01%

R = 45.96%
G = 3.03%
B = 51.01%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B60CCA (or 0xB60CCA) is known color: Deep Magenta. HEX triplet: B6, 0C and CA. RGB value is (182,12,202). Sum of RGB (Red+Green+Blue) = 182+12+202=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #B60CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60CCA is #49F335. Grayscale: #535353. Windows color (decimal): -4846390 or 13241526. OLE color: 13241526.

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

Color convert

RGB 182 12 202 -
CMYK 0.10 0.94 0 0.21
HSL 293.68º 0.89% 0.42% -
HSV(B) 293.68º 0.94% 0.79% -
XYZ 30.08 14.47 57.08 -
YUV 84.49 194.32 197.55 -
System Red Green Blue C M Y K H S L
Decimal 182 12 202 0.10 0.94 0 0.21 293.68 0.89 0.42
Hex B6 C CA A 5E 0 15 126 59 2A
Octal 266 14 312 12 136 0 25 446 131 52
Binary 10110110 1100 11001010 1010 1011110 0 10101 100100110 1011001 101010

Color Harmonies of #B60CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60CCA

Black with #B60CCA

Text Example


Text Example

White with #B60CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60CCA; }

 p { color: rgb(182,12,202); }

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

background-color css

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

 a { background-color: rgb(182,12,202); }

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

border-color css

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

 span { border-color: rgb(182,12,202); }

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