Html Css Color HEX #BB168C Medium Violet Red

📋 copy color: '#BB168C'

red 187 ◦ green 22 ◦ blue 140

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

Shades of Medium Violet Red #BB168C

Tints of Medium Violet Red #BB168C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 53.58%
G = 6.3%
B = 40.11%

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

#BB168C (or 0xBB168C) is known color: Medium Violet Red. HEX triplet: BB, 16 and 8C. RGB value is (187,22,140). Sum of RGB (Red+Green+Blue) = 187+22+140=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB168C is #44E973. Grayscale: #545454. Windows color (decimal): -4516212 or 9180859. OLE color: 9180859.

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

Color convert

RGB 187 22 140 -
CMYK 0 0.88 0.25 0.27
HSL 317.09º 0.79% 0.41% -
HSV(B) 317.09º 0.88% 0.73% -
XYZ 25.51 13.03 25.98 -
YUV 84.79 159.16 200.91 -
System Red Green Blue C M Y K H S L
Decimal 187 22 140 0 0.88 0.25 0.27 317.09 0.79 0.41
Hex BB 16 8C 0 58 19 1B 13D 4F 29
Octal 273 26 214 0 130 31 33 475 117 51
Binary 10111011 10110 10001100 0 1011000 11001 11011 100111101 1001111 101001

Color Harmonies of #BB168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB168C

Black with #BB168C

Text Example


Text Example

White with #BB168C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB168C; }

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

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

background-color css

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

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

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

border-color css

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

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

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