Html Css Color HEX #BB189B Medium Violet Red

📋 copy color: '#BB189B'

red 187 ◦ green 24 ◦ blue 155

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

Shades of Medium Violet Red #BB189B

Tints of Medium Violet Red #BB189B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.35%

R = 51.09%
G = 6.56%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB189B (or 0xBB189B) is known color: Medium Violet Red. HEX triplet: BB, 18 and 9B. RGB value is (187,24,155). Sum of RGB (Red+Green+Blue) = 187+24+155=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB189B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB189B is #44E764. Grayscale: #575757. Windows color (decimal): -4515685 or 10164411. OLE color: 10164411.

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

Color convert

RGB 187 24 155 -
CMYK 0 0.87 0.17 0.27
HSL 311.78º 0.77% 0.41% -
HSV(B) 311.78º 0.87% 0.73% -
XYZ 26.74 13.58 32.22 -
YUV 87.67 166 198.85 -
System Red Green Blue C M Y K H S L
Decimal 187 24 155 0 0.87 0.17 0.27 311.78 0.77 0.41
Hex BB 18 9B 0 57 11 1B 138 4D 29
Octal 273 30 233 0 127 21 33 470 115 51
Binary 10111011 11000 10011011 0 1010111 10001 11011 100111000 1001101 101001

Color Harmonies of #BB189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB189B

Black with #BB189B

Text Example


Text Example

White with #BB189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB189B; }

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

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

background-color css

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

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

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

border-color css

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

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

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