Html Css Color HEX #B60BBA Deep Magenta

📋 copy color: '#B60BBA'

red 182 ◦ green 11 ◦ blue 186

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

Shades of Deep Magenta #B60BBA

Tints of Deep Magenta #B60BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 48.02%
G = 2.9%
B = 49.08%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B60BBA (or 0xB60BBA) is known color: Deep Magenta. HEX triplet: B6, 0B and BA. RGB value is (182,11,186). Sum of RGB (Red+Green+Blue) = 182+11+186=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #B60BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60BBA is #49F445. Grayscale: #515151. Windows color (decimal): -4846662 or 12192694. OLE color: 12192694.

HSL color Cylindrical-coordinate representation of color #B60BBA: hue angle of 298.63º degrees, saturation: 0.89, 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 #B60BBA is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 11 186 -
CMYK 0.02 0.94 0 0.27
HSL 298.63º 0.89% 0.39% -
HSV(B) 298.63º 0.94% 0.73% -
XYZ 28.27 13.73 47.61 -
YUV 82.08 186.65 199.27 -
System Red Green Blue C M Y K H S L
Decimal 182 11 186 0.02 0.94 0 0.27 298.63 0.89 0.39
Hex B6 B BA 2 5E 0 1B 12B 59 27
Octal 266 13 272 2 136 0 33 453 131 47
Binary 10110110 1011 10111010 10 1011110 0 11011 100101011 1011001 100111

Color Harmonies of #B60BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60BBA

Black with #B60BBA

Text Example


Text Example

White with #B60BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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