Html Css Color HEX #B60CBB Deep Magenta

📋 copy color: '#B60CBB'

red 182 ◦ green 12 ◦ blue 187

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

Shades of Deep Magenta #B60CBB

Tints of Deep Magenta #B60CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 47.77%
G = 3.15%
B = 49.08%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B60CBB (or 0xB60CBB) is known color: Deep Magenta. HEX triplet: B6, 0C and BB. RGB value is (182,12,187). Sum of RGB (Red+Green+Blue) = 182+12+187=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #B60CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60CBB is #49F344. Grayscale: #525252. Windows color (decimal): -4846405 or 12258486. OLE color: 12258486.

HSL color Cylindrical-coordinate representation of color #B60CBB: hue angle of 298.29º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60CBB is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 12 187 -
CMYK 0.03 0.94 0 0.27
HSL 298.29º 0.88% 0.39% -
HSV(B) 298.29º 0.94% 0.73% -
XYZ 28.39 13.8 48.18 -
YUV 82.78 186.82 198.77 -
System Red Green Blue C M Y K H S L
Decimal 182 12 187 0.03 0.94 0 0.27 298.29 0.88 0.39
Hex B6 C BB 3 5E 0 1B 12A 58 27
Octal 266 14 273 3 136 0 33 452 130 47
Binary 10110110 1100 10111011 11 1011110 0 11011 100101010 1011000 100111

Color Harmonies of #B60CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60CBB

Black with #B60CBB

Text Example


Text Example

White with #B60CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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