Html Css Color HEX #B60BB6 Deep Magenta

📋 copy color: '#B60BB6'

red 182 ◦ green 11 ◦ blue 182

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

Shades of Deep Magenta #B60BB6

Tints of Deep Magenta #B60BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.53%

R = 48.53%
G = 2.93%
B = 48.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B60BB6 (or 0xB60BB6) is known color: Deep Magenta. HEX triplet: B6, 0B and B6. RGB value is (182,11,182). Sum of RGB (Red+Green+Blue) = 182+11+182=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 182 (71.48% from 255 or 48.53% from 375); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B60BB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60BB6 is #49F449. Grayscale: #515151. Windows color (decimal): -4846666 or 11930550. OLE color: 11930550.

HSL color Cylindrical-coordinate representation of color #B60BB6: hue angle of 300º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60BB6 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 11 182 -
CMYK 0 0.94 0 0.29
HSL 300º 0.89% 0.38% -
HSV(B) 300º 0.94% 0.71% -
XYZ 27.85 13.56 45.41 -
YUV 81.62 184.65 199.6 -
System Red Green Blue C M Y K H S L
Decimal 182 11 182 0 0.94 0 0.29 300 0.89 0.38
Hex B6 B B6 0 5E 0 1D 12C 59 26
Octal 266 13 266 0 136 0 35 454 131 46
Binary 10110110 1011 10110110 0 1011110 0 11101 100101100 1011001 100110

Color Harmonies of #B60BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60BB6

Black with #B60BB6

Text Example


Text Example

White with #B60BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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