Html Css Color HEX #B8168D Medium Violet Red

📋 copy color: '#B8168D'

red 184 ◦ green 22 ◦ blue 141

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

Shades of Medium Violet Red #B8168D

Tints of Medium Violet Red #B8168D

RGB

 RED value IS 184 (72.27% from 255) = 53.03%

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

 BLUE value IS 141 (55.47% from 255) = 40.63%

R = 53.03%
G = 6.34%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8168D (or 0xB8168D) is known color: Medium Violet Red. HEX triplet: B8, 16 and 8D. RGB value is (184,22,141). Sum of RGB (Red+Green+Blue) = 184+22+141=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8168D is #47E972. Grayscale: #535353. Windows color (decimal): -4712819 or 9246392. OLE color: 9246392.

HSL color Cylindrical-coordinate representation of color #B8168D: hue angle of 315.93º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8168D is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 22 141 -
CMYK 0 0.88 0.23 0.28
HSL 315.93º 0.79% 0.4% -
HSV(B) 315.93º 0.88% 0.72% -
XYZ 24.86 12.69 26.34 -
YUV 84 160.17 199.32 -
System Red Green Blue C M Y K H S L
Decimal 184 22 141 0 0.88 0.23 0.28 315.93 0.79 0.4
Hex B8 16 8D 0 58 17 1C 13C 4F 28
Octal 270 26 215 0 130 27 34 474 117 50
Binary 10111000 10110 10001101 0 1011000 10111 11100 100111100 1001111 101000

Color Harmonies of #B8168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8168D

Black with #B8168D

Text Example


Text Example

White with #B8168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8168D; }

 p { color: rgb(184,22,141); }

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

background-color css

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

 a { background-color: rgb(184,22,141); }

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

border-color css

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

 span { border-color: rgb(184,22,141); }

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