Html Css Color HEX #BB089C Medium Violet Red

📋 copy color: '#BB089C'

red 187 ◦ green 8 ◦ blue 156

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

Shades of Medium Violet Red #BB089C

Tints of Medium Violet Red #BB089C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.44%

R = 53.28%
G = 2.28%
B = 44.44%

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

#BB089C (or 0xBB089C) is known color: Medium Violet Red. HEX triplet: BB, 08 and 9C. RGB value is (187,8,156). Sum of RGB (Red+Green+Blue) = 187+8+156=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB089C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB089C is #44F763. Grayscale: #4D4D4D. Windows color (decimal): -4519780 or 10225851. OLE color: 10225851.

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

Color convert

RGB 187 8 156 -
CMYK 0 0.96 0.17 0.27
HSL 310.39º 0.92% 0.38% -
HSV(B) 310.39º 0.96% 0.73% -
XYZ 26.58 13.14 32.59 -
YUV 78.39 171.8 205.47 -
System Red Green Blue C M Y K H S L
Decimal 187 8 156 0 0.96 0.17 0.27 310.39 0.92 0.38
Hex BB 8 9C 0 60 11 1B 136 5C 26
Octal 273 10 234 0 140 21 33 466 134 46
Binary 10111011 1000 10011100 0 1100000 10001 11011 100110110 1011100 100110

Color Harmonies of #BB089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB089C

Black with #BB089C

Text Example


Text Example

White with #BB089C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB089C; }

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

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

background-color css

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

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

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

border-color css

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

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

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