Html Css Color HEX #BB167D Medium Violet Red

📋 copy color: '#BB167D'

red 187 ◦ green 22 ◦ blue 125

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

Shades of Medium Violet Red #BB167D

Tints of Medium Violet Red #BB167D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.43%

R = 55.99%
G = 6.59%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB167D (or 0xBB167D) is known color: Medium Violet Red. HEX triplet: BB, 16 and 7D. RGB value is (187,22,125). Sum of RGB (Red+Green+Blue) = 187+22+125=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB167D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB167D is #44E982. Grayscale: #525252. Windows color (decimal): -4516227 or 8197819. OLE color: 8197819.

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

Color convert

RGB 187 22 125 -
CMYK 0 0.88 0.33 0.27
HSL 322.55º 0.79% 0.41% -
HSV(B) 322.55º 0.88% 0.73% -
XYZ 24.48 12.62 20.55 -
YUV 83.08 151.66 202.12 -
System Red Green Blue C M Y K H S L
Decimal 187 22 125 0 0.88 0.33 0.27 322.55 0.79 0.41
Hex BB 16 7D 0 58 21 1B 143 4F 29
Octal 273 26 175 0 130 41 33 503 117 51
Binary 10111011 10110 1111101 0 1011000 100001 11011 101000011 1001111 101001

Color Harmonies of #BB167D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB167D

Black with #BB167D

Text Example


Text Example

White with #BB167D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB167D; }

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

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

background-color css

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

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

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

border-color css

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

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

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