Html Css Color HEX #BB107C Medium Violet Red

📋 copy color: '#BB107C'

red 187 ◦ green 16 ◦ blue 124

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

Shades of Medium Violet Red #BB107C

Tints of Medium Violet Red #BB107C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.92%

R = 57.19%
G = 4.89%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB107C (or 0xBB107C) is known color: Medium Violet Red. HEX triplet: BB, 10 and 7C. RGB value is (187,16,124). Sum of RGB (Red+Green+Blue) = 187+16+124=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB107C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB107C is #44EF83. Grayscale: #4F4F4F. Windows color (decimal): -4517764 or 8130747. OLE color: 8130747.

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

Color convert

RGB 187 16 124 -
CMYK 0 0.91 0.34 0.27
HSL 322.11º 0.84% 0.4% -
HSV(B) 322.11º 0.91% 0.73% -
XYZ 24.32 12.39 20.18 -
YUV 79.44 153.15 204.72 -
System Red Green Blue C M Y K H S L
Decimal 187 16 124 0 0.91 0.34 0.27 322.11 0.84 0.4
Hex BB 10 7C 0 5B 22 1B 142 54 28
Octal 273 20 174 0 133 42 33 502 124 50
Binary 10111011 10000 1111100 0 1011011 100010 11011 101000010 1010100 101000

Color Harmonies of #BB107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB107C

Black with #BB107C

Text Example


Text Example

White with #BB107C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB107C; }

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

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

background-color css

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

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

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

border-color css

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

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

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