Html Css Color HEX #BB168B Medium Violet Red

📋 copy color: '#BB168B'

red 187 ◦ green 22 ◦ blue 139

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

Shades of Medium Violet Red #BB168B

Tints of Medium Violet Red #BB168B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.94%

R = 53.74%
G = 6.32%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB168B (or 0xBB168B) is known color: Medium Violet Red. HEX triplet: BB, 16 and 8B. RGB value is (187,22,139). Sum of RGB (Red+Green+Blue) = 187+22+139=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB168B is #44E974. Grayscale: #545454. Windows color (decimal): -4516213 or 9115323. OLE color: 9115323.

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

Color convert

RGB 187 22 139 -
CMYK 0 0.88 0.26 0.27
HSL 317.45º 0.79% 0.41% -
HSV(B) 317.45º 0.88% 0.73% -
XYZ 25.44 13 25.6 -
YUV 84.67 158.66 200.99 -
System Red Green Blue C M Y K H S L
Decimal 187 22 139 0 0.88 0.26 0.27 317.45 0.79 0.41
Hex BB 16 8B 0 58 1A 1B 13D 4F 29
Octal 273 26 213 0 130 32 33 475 117 51
Binary 10111011 10110 10001011 0 1011000 11010 11011 100111101 1001111 101001

Color Harmonies of #BB168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB168B

Black with #BB168B

Text Example


Text Example

White with #BB168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB168B; }

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

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

background-color css

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

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

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

border-color css

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

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

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