Html Css Color HEX #BB167F Medium Violet Red

📋 copy color: '#BB167F'

red 187 ◦ green 22 ◦ blue 127

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

Shades of Medium Violet Red #BB167F

Tints of Medium Violet Red #BB167F

RGB

 RED value IS 187 (73.44% from 255) = 55.65%

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

 BLUE value IS 127 (50% from 255) = 37.8%

R = 55.65%
G = 6.55%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB167F (or 0xBB167F) is known color: Medium Violet Red. HEX triplet: BB, 16 and 7F. RGB value is (187,22,127). Sum of RGB (Red+Green+Blue) = 187+22+127=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB167F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB167F is #44E980. Grayscale: #535353. Windows color (decimal): -4516225 or 8328891. OLE color: 8328891.

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

Color convert

RGB 187 22 127 -
CMYK 0 0.88 0.32 0.27
HSL 321.82º 0.79% 0.41% -
HSV(B) 321.82º 0.88% 0.73% -
XYZ 24.61 12.67 21.23 -
YUV 83.31 152.66 201.96 -
System Red Green Blue C M Y K H S L
Decimal 187 22 127 0 0.88 0.32 0.27 321.82 0.79 0.41
Hex BB 16 7F 0 58 20 1B 142 4F 29
Octal 273 26 177 0 130 40 33 502 117 51
Binary 10111011 10110 1111111 0 1011000 100000 11011 101000010 1001111 101001

Color Harmonies of #BB167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB167F

Black with #BB167F

Text Example


Text Example

White with #BB167F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB167F; }

 p { color: rgb(187,22,127); }

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

background-color css

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

 a { background-color: rgb(187,22,127); }

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

border-color css

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

 span { border-color: rgb(187,22,127); }

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