Html Css Color HEX #BB109C Medium Violet Red

📋 copy color: '#BB109C'

red 187 ◦ green 16 ◦ blue 156

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

Shades of Medium Violet Red #BB109C

Tints of Medium Violet Red #BB109C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.46%

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

R = 52.09%
G = 4.46%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB109C (or 0xBB109C) is known color: Medium Violet Red. HEX triplet: BB, 10 and 9C. RGB value is (187,16,156). Sum of RGB (Red+Green+Blue) = 187+16+156=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB109C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB109C is #44EF63. Grayscale: #525252. Windows color (decimal): -4517732 or 10227899. OLE color: 10227899.

HSL color Cylindrical-coordinate representation of color #BB109C: hue angle of 310.88º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB109C is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 16 156 -
CMYK 0 0.91 0.17 0.27
HSL 310.88º 0.84% 0.4% -
HSV(B) 310.88º 0.91% 0.73% -
XYZ 26.68 13.34 32.62 -
YUV 83.09 169.15 202.12 -
System Red Green Blue C M Y K H S L
Decimal 187 16 156 0 0.91 0.17 0.27 310.88 0.84 0.4
Hex BB 10 9C 0 5B 11 1B 137 54 28
Octal 273 20 234 0 133 21 33 467 124 50
Binary 10111011 10000 10011100 0 1011011 10001 11011 100110111 1010100 101000

Color Harmonies of #BB109C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB109C

Black with #BB109C

Text Example


Text Example

White with #BB109C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB109C; }

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

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

background-color css

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

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

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

border-color css

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

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

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