Html Css Color HEX #BB188F Medium Violet Red

📋 copy color: '#BB188F'

red 187 ◦ green 24 ◦ blue 143

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

Shades of Medium Violet Red #BB188F

Tints of Medium Violet Red #BB188F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.78%

 BLUE value IS 143 (56.25% from 255) = 40.4%

R = 52.82%
G = 6.78%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB188F (or 0xBB188F) is known color: Medium Violet Red. HEX triplet: BB, 18 and 8F. RGB value is (187,24,143). Sum of RGB (Red+Green+Blue) = 187+24+143=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB188F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB188F is #44E770. Grayscale: #555555. Windows color (decimal): -4515697 or 9377979. OLE color: 9377979.

HSL color Cylindrical-coordinate representation of color #BB188F: hue angle of 316.2º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB188F is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 24 143 -
CMYK 0 0.87 0.24 0.27
HSL 316.2º 0.77% 0.41% -
HSV(B) 316.2º 0.87% 0.73% -
XYZ 25.78 13.2 27.18 -
YUV 86.3 160 199.82 -
System Red Green Blue C M Y K H S L
Decimal 187 24 143 0 0.87 0.24 0.27 316.2 0.77 0.41
Hex BB 18 8F 0 57 18 1B 13C 4D 29
Octal 273 30 217 0 127 30 33 474 115 51
Binary 10111011 11000 10001111 0 1010111 11000 11011 100111100 1001101 101001

Color Harmonies of #BB188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB188F

Black with #BB188F

Text Example


Text Example

White with #BB188F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB188F; }

 p { color: rgb(187,24,143); }

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

background-color css

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

 a { background-color: rgb(187,24,143); }

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

border-color css

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

 span { border-color: rgb(187,24,143); }

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