Html Css Color HEX #B616A0 Medium Violet Red

📋 copy color: '#B616A0'

red 182 ◦ green 22 ◦ blue 160

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

Shades of Medium Violet Red #B616A0

Tints of Medium Violet Red #B616A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 43.96%

R = 50%
G = 6.04%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B616A0 (or 0xB616A0) is known color: Medium Violet Red. HEX triplet: B6, 16 and A0. RGB value is (182,22,160). Sum of RGB (Red+Green+Blue) = 182+22+160=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B616A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B616A0 is #49E95F. Grayscale: #555555. Windows color (decimal): -4843872 or 10491574. OLE color: 10491574.

HSL color Cylindrical-coordinate representation of color #B616A0: hue angle of 308.25º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B616A0 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 22 160 -
CMYK 0 0.88 0.12 0.29
HSL 308.25º 0.78% 0.4% -
HSV(B) 308.25º 0.88% 0.71% -
XYZ 25.92 13.06 34.41 -
YUV 85.57 170.01 196.78 -
System Red Green Blue C M Y K H S L
Decimal 182 22 160 0 0.88 0.12 0.29 308.25 0.78 0.4
Hex B6 16 A0 0 58 C 1D 134 4E 28
Octal 266 26 240 0 130 14 35 464 116 50
Binary 10110110 10110 10100000 0 1011000 1100 11101 100110100 1001110 101000

Color Harmonies of #B616A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B616A0

Black with #B616A0

Text Example


Text Example

White with #B616A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B616A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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