Html Css Color HEX #B9168B Medium Violet Red

📋 copy color: '#B9168B'

red 185 ◦ green 22 ◦ blue 139

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

Shades of Medium Violet Red #B9168B

Tints of Medium Violet Red #B9168B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.17%

R = 53.47%
G = 6.36%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9168B (or 0xB9168B) is known color: Medium Violet Red. HEX triplet: B9, 16 and 8B. RGB value is (185,22,139). Sum of RGB (Red+Green+Blue) = 185+22+139=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9168B is #46E974. Grayscale: #535353. Windows color (decimal): -4647285 or 9115321. OLE color: 9115321.

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

Color convert

RGB 185 22 139 -
CMYK 0 0.88 0.25 0.27
HSL 316.93º 0.79% 0.41% -
HSV(B) 316.93º 0.88% 0.73% -
XYZ 24.95 12.75 25.57 -
YUV 84.08 159 199.99 -
System Red Green Blue C M Y K H S L
Decimal 185 22 139 0 0.88 0.25 0.27 316.93 0.79 0.41
Hex B9 16 8B 0 58 19 1B 13D 4F 29
Octal 271 26 213 0 130 31 33 475 117 51
Binary 10111001 10110 10001011 0 1011000 11001 11011 100111101 1001111 101001

Color Harmonies of #B9168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9168B

Black with #B9168B

Text Example


Text Example

White with #B9168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9168B; }

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

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

background-color css

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

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

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

border-color css

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

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

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