Html Css Color HEX #BB189E Medium Violet Red

📋 copy color: '#BB189E'

red 187 ◦ green 24 ◦ blue 158

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

Shades of Medium Violet Red #BB189E

Tints of Medium Violet Red #BB189E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.82%

R = 50.68%
G = 6.5%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB189E (or 0xBB189E) is known color: Medium Violet Red. HEX triplet: BB, 18 and 9E. RGB value is (187,24,158). Sum of RGB (Red+Green+Blue) = 187+24+158=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB189E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB189E is #44E761. Grayscale: #575757. Windows color (decimal): -4515682 or 10361019. OLE color: 10361019.

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

Color convert

RGB 187 24 158 -
CMYK 0 0.87 0.16 0.27
HSL 310.67º 0.77% 0.41% -
HSV(B) 310.67º 0.87% 0.73% -
XYZ 26.99 13.69 33.57 -
YUV 88.01 167.5 198.6 -
System Red Green Blue C M Y K H S L
Decimal 187 24 158 0 0.87 0.16 0.27 310.67 0.77 0.41
Hex BB 18 9E 0 57 10 1B 137 4D 29
Octal 273 30 236 0 127 20 33 467 115 51
Binary 10111011 11000 10011110 0 1010111 10000 11011 100110111 1001101 101001

Color Harmonies of #BB189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB189E

Black with #BB189E

Text Example


Text Example

White with #BB189E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB189E; }

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

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

background-color css

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

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

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

border-color css

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

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

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