Html Css Color HEX #B9168A Medium Violet Red

📋 copy color: '#B9168A'

red 185 ◦ green 22 ◦ blue 138

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

Shades of Medium Violet Red #B9168A

Tints of Medium Violet Red #B9168A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40%

R = 53.62%
G = 6.38%
B = 40%

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

#B9168A (or 0xB9168A) is known color: Medium Violet Red. HEX triplet: B9, 16 and 8A. RGB value is (185,22,138). Sum of RGB (Red+Green+Blue) = 185+22+138=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9168A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9168A is #46E975. Grayscale: #535353. Windows color (decimal): -4647286 or 9049785. OLE color: 9049785.

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

Color convert

RGB 185 22 138 -
CMYK 0 0.88 0.25 0.27
HSL 317.3º 0.79% 0.41% -
HSV(B) 317.3º 0.88% 0.73% -
XYZ 24.88 12.72 25.19 -
YUV 83.96 158.5 200.07 -
System Red Green Blue C M Y K H S L
Decimal 185 22 138 0 0.88 0.25 0.27 317.3 0.79 0.41
Hex B9 16 8A 0 58 19 1B 13D 4F 29
Octal 271 26 212 0 130 31 33 475 117 51
Binary 10111001 10110 10001010 0 1011000 11001 11011 100111101 1001111 101001

Color Harmonies of #B9168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9168A

Black with #B9168A

Text Example


Text Example

White with #B9168A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9168A; }

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

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

background-color css

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

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

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

border-color css

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

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

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