Html Css Color HEX #BB178D Medium Violet Red

📋 copy color: '#BB178D'

red 187 ◦ green 23 ◦ blue 141

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

Shades of Medium Violet Red #BB178D

Tints of Medium Violet Red #BB178D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.55%

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

R = 53.28%
G = 6.55%
B = 40.17%

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

#BB178D (or 0xBB178D) is known color: Medium Violet Red. HEX triplet: BB, 17 and 8D. RGB value is (187,23,141). Sum of RGB (Red+Green+Blue) = 187+23+141=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB178D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB178D is #44E872. Grayscale: #555555. Windows color (decimal): -4515955 or 9246651. OLE color: 9246651.

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

Color convert

RGB 187 23 141 -
CMYK 0 0.88 0.25 0.27
HSL 316.83º 0.78% 0.41% -
HSV(B) 316.83º 0.88% 0.73% -
XYZ 25.61 13.1 26.38 -
YUV 85.49 159.33 200.41 -
System Red Green Blue C M Y K H S L
Decimal 187 23 141 0 0.88 0.25 0.27 316.83 0.78 0.41
Hex BB 17 8D 0 58 19 1B 13D 4E 29
Octal 273 27 215 0 130 31 33 475 116 51
Binary 10111011 10111 10001101 0 1011000 11001 11011 100111101 1001110 101001

Color Harmonies of #BB178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB178D

Black with #BB178D

Text Example


Text Example

White with #BB178D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB178D; }

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

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

background-color css

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

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

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

border-color css

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

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

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