Html Css Color HEX #B0167B Medium Violet Red

📋 copy color: '#B0167B'

red 176 ◦ green 22 ◦ blue 123

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

Shades of Medium Violet Red #B0167B

Tints of Medium Violet Red #B0167B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.32%

R = 54.83%
G = 6.85%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0167B (or 0xB0167B) is known color: Medium Violet Red. HEX triplet: B0, 16 and 7B. RGB value is (176,22,123). Sum of RGB (Red+Green+Blue) = 176+22+123=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0167B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0167B is #4FE984. Grayscale: #4F4F4F. Windows color (decimal): -5237125 or 8066736. OLE color: 8066736.

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

Color convert

RGB 176 22 123 -
CMYK 0 0.88 0.30 0.31
HSL 320.65º 0.78% 0.39% -
HSV(B) 320.65º 0.88% 0.69% -
XYZ 21.77 11.23 19.76 -
YUV 79.56 152.52 196.79 -
System Red Green Blue C M Y K H S L
Decimal 176 22 123 0 0.88 0.30 0.31 320.65 0.78 0.39
Hex B0 16 7B 0 58 1E 1F 141 4E 27
Octal 260 26 173 0 130 36 37 501 116 47
Binary 10110000 10110 1111011 0 1011000 11110 11111 101000001 1001110 100111

Color Harmonies of #B0167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0167B

Black with #B0167B

Text Example


Text Example

White with #B0167B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0167B; }

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

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

background-color css

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

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

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

border-color css

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

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

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