Html Css Color HEX #B616BA Deep Magenta

📋 copy color: '#B616BA'

red 182 ◦ green 22 ◦ blue 186

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

Shades of Deep Magenta #B616BA

Tints of Deep Magenta #B616BA

RGB

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

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

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

R = 46.67%
G = 5.64%
B = 47.69%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B616BA (or 0xB616BA) is known color: Deep Magenta. HEX triplet: B6, 16 and BA. RGB value is (182,22,186). Sum of RGB (Red+Green+Blue) = 182+22+186=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #B616BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B616BA is #49E945. Grayscale: #585858. Windows color (decimal): -4843846 or 12195510. OLE color: 12195510.

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

Color convert

RGB 182 22 186 -
CMYK 0.02 0.88 0 0.27
HSL 298.54º 0.79% 0.41% -
HSV(B) 298.54º 0.88% 0.73% -
XYZ 28.44 14.06 47.67 -
YUV 88.54 183.01 194.66 -
System Red Green Blue C M Y K H S L
Decimal 182 22 186 0.02 0.88 0 0.27 298.54 0.79 0.41
Hex B6 16 BA 2 58 0 1B 12B 4F 29
Octal 266 26 272 2 130 0 33 453 117 51
Binary 10110110 10110 10111010 10 1011000 0 11011 100101011 1001111 101001

Color Harmonies of #B616BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B616BA

Black with #B616BA

Text Example


Text Example

White with #B616BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B616BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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