Html Css Color HEX #BB108C Medium Violet Red

📋 copy color: '#BB108C'

red 187 ◦ green 16 ◦ blue 140

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

Shades of Medium Violet Red #BB108C

Tints of Medium Violet Red #BB108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.82%

R = 54.52%
G = 4.66%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB108C (or 0xBB108C) is known color: Medium Violet Red. HEX triplet: BB, 10 and 8C. RGB value is (187,16,140). Sum of RGB (Red+Green+Blue) = 187+16+140=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB108C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB108C is #44EF73. Grayscale: #505050. Windows color (decimal): -4517748 or 9179323. OLE color: 9179323.

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

Color convert

RGB 187 16 140 -
CMYK 0 0.91 0.25 0.27
HSL 316.49º 0.84% 0.4% -
HSV(B) 316.49º 0.91% 0.73% -
XYZ 25.41 12.83 25.95 -
YUV 81.27 161.15 203.42 -
System Red Green Blue C M Y K H S L
Decimal 187 16 140 0 0.91 0.25 0.27 316.49 0.84 0.4
Hex BB 10 8C 0 5B 19 1B 13C 54 28
Octal 273 20 214 0 133 31 33 474 124 50
Binary 10111011 10000 10001100 0 1011011 11001 11011 100111100 1010100 101000

Color Harmonies of #BB108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB108C

Black with #BB108C

Text Example


Text Example

White with #BB108C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB108C; }

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

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

background-color css

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

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

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

border-color css

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

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

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