Html Css Color HEX #BB089E Medium Violet Red

📋 copy color: '#BB089E'

red 187 ◦ green 8 ◦ blue 158

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

Shades of Medium Violet Red #BB089E

Tints of Medium Violet Red #BB089E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.27%

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

R = 52.97%
G = 2.27%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB089E (or 0xBB089E) is known color: Medium Violet Red. HEX triplet: BB, 08 and 9E. RGB value is (187,8,158). Sum of RGB (Red+Green+Blue) = 187+8+158=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB089E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB089E is #44F761. Grayscale: #4E4E4E. Windows color (decimal): -4519778 or 10356923. OLE color: 10356923.

HSL color Cylindrical-coordinate representation of color #BB089E: hue angle of 309.72º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB089E is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 8 158 -
CMYK 0 0.96 0.16 0.27
HSL 309.72º 0.92% 0.38% -
HSV(B) 309.72º 0.96% 0.73% -
XYZ 26.75 13.21 33.49 -
YUV 78.62 172.8 205.3 -
System Red Green Blue C M Y K H S L
Decimal 187 8 158 0 0.96 0.16 0.27 309.72 0.92 0.38
Hex BB 8 9E 0 60 10 1B 136 5C 26
Octal 273 10 236 0 140 20 33 466 134 46
Binary 10111011 1000 10011110 0 1100000 10000 11011 100110110 1011100 100110

Color Harmonies of #BB089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB089E

Black with #BB089E

Text Example


Text Example

White with #BB089E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB089E; }

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

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

background-color css

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

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

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

border-color css

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

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

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