Html Css Color HEX #B616BD Deep Magenta

📋 copy color: '#B616BD'

red 182 ◦ green 22 ◦ blue 189

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

Shades of Deep Magenta #B616BD

Tints of Deep Magenta #B616BD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.6%

 BLUE value IS 189 (74.22% from 255) = 48.09%

R = 46.31%
G = 5.6%
B = 48.09%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B616BD (or 0xB616BD) is known color: Deep Magenta. HEX triplet: B6, 16 and BD. RGB value is (182,22,189). Sum of RGB (Red+Green+Blue) = 182+22+189=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #B616BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B616BD is #49E942. Grayscale: #585858. Windows color (decimal): -4843843 or 12392118. OLE color: 12392118.

HSL color Cylindrical-coordinate representation of color #B616BD: hue angle of 297.49º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B616BD is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 22 189 -
CMYK 0.04 0.88 0 0.26
HSL 297.49º 0.79% 0.41% -
HSV(B) 297.49º 0.88% 0.74% -
XYZ 28.76 14.19 49.37 -
YUV 88.88 184.51 194.42 -
System Red Green Blue C M Y K H S L
Decimal 182 22 189 0.04 0.88 0 0.26 297.49 0.79 0.41
Hex B6 16 BD 4 58 0 1A 129 4F 29
Octal 266 26 275 4 130 0 32 451 117 51
Binary 10110110 10110 10111101 100 1011000 0 11010 100101001 1001111 101001

Color Harmonies of #B616BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B616BD

Black with #B616BD

Text Example


Text Example

White with #B616BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B616BD; }

 p { color: rgb(182,22,189); }

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

background-color css

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

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

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

border-color css

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

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

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