Html Css Color HEX #B60DBB Deep Magenta

📋 copy color: '#B60DBB'

red 182 ◦ green 13 ◦ blue 187

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

Shades of Deep Magenta #B60DBB

Tints of Deep Magenta #B60DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.4%

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

R = 47.64%
G = 3.4%
B = 48.95%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B60DBB (or 0xB60DBB) is known color: Deep Magenta. HEX triplet: B6, 0D and BB. RGB value is (182,13,187). Sum of RGB (Red+Green+Blue) = 182+13+187=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #B60DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60DBB is #49F244. Grayscale: #525252. Windows color (decimal): -4846149 or 12258742. OLE color: 12258742.

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

Color convert

RGB 182 13 187 -
CMYK 0.03 0.93 0 0.27
HSL 298.28º 0.87% 0.39% -
HSV(B) 298.28º 0.93% 0.73% -
XYZ 28.4 13.82 48.18 -
YUV 83.37 186.49 198.35 -
System Red Green Blue C M Y K H S L
Decimal 182 13 187 0.03 0.93 0 0.27 298.28 0.87 0.39
Hex B6 D BB 3 5D 0 1B 12A 57 27
Octal 266 15 273 3 135 0 33 452 127 47
Binary 10110110 1101 10111011 11 1011101 0 11011 100101010 1010111 100111

Color Harmonies of #B60DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60DBB

Black with #B60DBB

Text Example


Text Example

White with #B60DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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