Html Css Color HEX #B0168B Medium Violet Red

📋 copy color: '#B0168B'

red 176 ◦ green 22 ◦ blue 139

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

Shades of Medium Violet Red #B0168B

Tints of Medium Violet Red #B0168B

RGB

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

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

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

R = 52.23%
G = 6.53%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0168B (or 0xB0168B) is known color: Medium Violet Red. HEX triplet: B0, 16 and 8B. RGB value is (176,22,139). Sum of RGB (Red+Green+Blue) = 176+22+139=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0168B is #4FE974. Grayscale: #515151. Windows color (decimal): -5237109 or 9115312. OLE color: 9115312.

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

Color convert

RGB 176 22 139 -
CMYK 0 0.88 0.21 0.31
HSL 314.42º 0.78% 0.39% -
HSV(B) 314.42º 0.88% 0.69% -
XYZ 22.85 11.67 25.47 -
YUV 81.38 160.52 195.49 -
System Red Green Blue C M Y K H S L
Decimal 176 22 139 0 0.88 0.21 0.31 314.42 0.78 0.39
Hex B0 16 8B 0 58 15 1F 13A 4E 27
Octal 260 26 213 0 130 25 37 472 116 47
Binary 10110000 10110 10001011 0 1011000 10101 11111 100111010 1001110 100111

Color Harmonies of #B0168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0168B

Black with #B0168B

Text Example


Text Example

White with #B0168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0168B; }

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

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

background-color css

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

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

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

border-color css

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

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

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