Html Css Color HEX #B0168C Medium Violet Red

📋 copy color: '#B0168C'

red 176 ◦ green 22 ◦ blue 140

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

Shades of Medium Violet Red #B0168C

Tints of Medium Violet Red #B0168C

RGB

 RED value IS 176 (69.14% from 255) = 52.07%

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

 BLUE value IS 140 (55.08% from 255) = 41.42%

R = 52.07%
G = 6.51%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0168C (or 0xB0168C) is known color: Medium Violet Red. HEX triplet: B0, 16 and 8C. RGB value is (176,22,140). Sum of RGB (Red+Green+Blue) = 176+22+140=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0168C is #4FE973. Grayscale: #515151. Windows color (decimal): -5237108 or 9180848. OLE color: 9180848.

HSL color Cylindrical-coordinate representation of color #B0168C: hue angle of 314.03º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0168C is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 22 140 -
CMYK 0 0.88 0.20 0.31
HSL 314.03º 0.78% 0.39% -
HSV(B) 314.03º 0.88% 0.69% -
XYZ 22.93 11.7 25.86 -
YUV 81.5 161.02 195.41 -
System Red Green Blue C M Y K H S L
Decimal 176 22 140 0 0.88 0.20 0.31 314.03 0.78 0.39
Hex B0 16 8C 0 58 14 1F 13A 4E 27
Octal 260 26 214 0 130 24 37 472 116 47
Binary 10110000 10110 10001100 0 1011000 10100 11111 100111010 1001110 100111

Color Harmonies of #B0168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0168C

Black with #B0168C

Text Example


Text Example

White with #B0168C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0168C; }

 p { color: rgb(176,22,140); }

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

background-color css

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

 a { background-color: rgb(176,22,140); }

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

border-color css

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

 span { border-color: rgb(176,22,140); }

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