Html Css Color HEX #B60BBF Deep Magenta

📋 copy color: '#B60BBF'

red 182 ◦ green 11 ◦ blue 191

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

Shades of Deep Magenta #B60BBF

Tints of Deep Magenta #B60BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.74%

R = 47.4%
G = 2.86%
B = 49.74%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B60BBF (or 0xB60BBF) is known color: Deep Magenta. HEX triplet: B6, 0B and BF. RGB value is (182,11,191). Sum of RGB (Red+Green+Blue) = 182+11+191=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #B60BBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60BBF is #49F440. Grayscale: #525252. Windows color (decimal): -4846657 or 12520374. OLE color: 12520374.

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

Color convert

RGB 182 11 191 -
CMYK 0.05 0.94 0 0.25
HSL 297º 0.89% 0.4% -
HSV(B) 297º 0.94% 0.75% -
XYZ 28.82 13.95 50.46 -
YUV 82.65 189.15 198.86 -
System Red Green Blue C M Y K H S L
Decimal 182 11 191 0.05 0.94 0 0.25 297 0.89 0.4
Hex B6 B BF 5 5E 0 19 129 59 28
Octal 266 13 277 5 136 0 31 451 131 50
Binary 10110110 1011 10111111 101 1011110 0 11001 100101001 1011001 101000

Color Harmonies of #B60BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60BBF

Black with #B60BBF

Text Example


Text Example

White with #B60BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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