Html Css Color HEX #B9168D Medium Violet Red

📋 copy color: '#B9168D'

red 185 ◦ green 22 ◦ blue 141

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

Shades of Medium Violet Red #B9168D

Tints of Medium Violet Red #B9168D

RGB

 RED value IS 185 (72.66% from 255) = 53.16%

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

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

R = 53.16%
G = 6.32%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9168D (or 0xB9168D) is known color: Medium Violet Red. HEX triplet: B9, 16 and 8D. RGB value is (185,22,141). Sum of RGB (Red+Green+Blue) = 185+22+141=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9168D is #46E972. Grayscale: #535353. Windows color (decimal): -4647283 or 9246393. OLE color: 9246393.

HSL color Cylindrical-coordinate representation of color #B9168D: hue angle of 316.2º 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 #B9168D is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 22 141 -
CMYK 0 0.88 0.24 0.27
HSL 316.2º 0.79% 0.41% -
HSV(B) 316.2º 0.88% 0.73% -
XYZ 25.1 12.81 26.35 -
YUV 84.3 160 199.82 -
System Red Green Blue C M Y K H S L
Decimal 185 22 141 0 0.88 0.24 0.27 316.2 0.79 0.41
Hex B9 16 8D 0 58 18 1B 13C 4F 29
Octal 271 26 215 0 130 30 33 474 117 51
Binary 10111001 10110 10001101 0 1011000 11000 11011 100111100 1001111 101001

Color Harmonies of #B9168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9168D

Black with #B9168D

Text Example


Text Example

White with #B9168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9168D; }

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

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

background-color css

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

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

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

border-color css

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

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

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