Html Css Color HEX #BB168D Medium Violet Red

📋 copy color: '#BB168D'

red 187 ◦ green 22 ◦ blue 141

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

Shades of Medium Violet Red #BB168D

Tints of Medium Violet Red #BB168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.29%

R = 53.43%
G = 6.29%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB168D (or 0xBB168D) is known color: Medium Violet Red. HEX triplet: BB, 16 and 8D. RGB value is (187,22,141). Sum of RGB (Red+Green+Blue) = 187+22+141=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB168D is #44E972. Grayscale: #545454. Windows color (decimal): -4516211 or 9246395. OLE color: 9246395.

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

Color convert

RGB 187 22 141 -
CMYK 0 0.88 0.25 0.27
HSL 316.73º 0.79% 0.41% -
HSV(B) 316.73º 0.88% 0.73% -
XYZ 25.59 13.06 26.37 -
YUV 84.9 159.66 200.82 -
System Red Green Blue C M Y K H S L
Decimal 187 22 141 0 0.88 0.25 0.27 316.73 0.79 0.41
Hex BB 16 8D 0 58 19 1B 13D 4F 29
Octal 273 26 215 0 130 31 33 475 117 51
Binary 10111011 10110 10001101 0 1011000 11001 11011 100111101 1001111 101001

Color Harmonies of #BB168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB168D

Black with #BB168D

Text Example


Text Example

White with #BB168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB168D; }

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

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

background-color css

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

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

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

border-color css

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

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

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