Html Css Color HEX #B60BBE Deep Magenta

📋 copy color: '#B60BBE'

red 182 ◦ green 11 ◦ blue 190

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

Shades of Deep Magenta #B60BBE

Tints of Deep Magenta #B60BBE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.87%

 BLUE value IS 190 (74.61% from 255) = 49.61%

R = 47.52%
G = 2.87%
B = 49.61%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B60BBE (or 0xB60BBE) is known color: Deep Magenta. HEX triplet: B6, 0B and BE. RGB value is (182,11,190). Sum of RGB (Red+Green+Blue) = 182+11+190=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #B60BBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60BBE is #49F441. Grayscale: #515151. Windows color (decimal): -4846658 or 12454838. OLE color: 12454838.

HSL color Cylindrical-coordinate representation of color #B60BBE: hue angle of 297.32º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60BBE is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 11 190 -
CMYK 0.04 0.94 0 0.25
HSL 297.32º 0.89% 0.39% -
HSV(B) 297.32º 0.94% 0.75% -
XYZ 28.71 13.9 49.89 -
YUV 82.54 188.65 198.95 -
System Red Green Blue C M Y K H S L
Decimal 182 11 190 0.04 0.94 0 0.25 297.32 0.89 0.39
Hex B6 B BE 4 5E 0 19 129 59 27
Octal 266 13 276 4 136 0 31 451 131 47
Binary 10110110 1011 10111110 100 1011110 0 11001 100101001 1011001 100111

Color Harmonies of #B60BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60BBE

Black with #B60BBE

Text Example


Text Example

White with #B60BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60BBE; }

 p { color: rgb(182,11,190); }

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

background-color css

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

 a { background-color: rgb(182,11,190); }

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

border-color css

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

 span { border-color: rgb(182,11,190); }

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