Html Css Color HEX #BB089B Medium Violet Red

📋 copy color: '#BB089B'

red 187 ◦ green 8 ◦ blue 155

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

Shades of Medium Violet Red #BB089B

Tints of Medium Violet Red #BB089B

RGB

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

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

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

R = 53.43%
G = 2.29%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB089B (or 0xBB089B) is known color: Medium Violet Red. HEX triplet: BB, 08 and 9B. RGB value is (187,8,155). Sum of RGB (Red+Green+Blue) = 187+8+155=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB089B is #44F764. Grayscale: #4D4D4D. Windows color (decimal): -4519781 or 10160315. OLE color: 10160315.

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

Color convert

RGB 187 8 155 -
CMYK 0 0.96 0.17 0.27
HSL 310.73º 0.92% 0.38% -
HSV(B) 310.73º 0.96% 0.73% -
XYZ 26.5 13.11 32.14 -
YUV 78.28 171.3 205.55 -
System Red Green Blue C M Y K H S L
Decimal 187 8 155 0 0.96 0.17 0.27 310.73 0.92 0.38
Hex BB 8 9B 0 60 11 1B 137 5C 26
Octal 273 10 233 0 140 21 33 467 134 46
Binary 10111011 1000 10011011 0 1100000 10001 11011 100110111 1011100 100110

Color Harmonies of #BB089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB089B

Black with #BB089B

Text Example


Text Example

White with #BB089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB089B; }

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

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

background-color css

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

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

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

border-color css

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

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

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