Html Css Color HEX #BB107F Medium Violet Red

📋 copy color: '#BB107F'

red 187 ◦ green 16 ◦ blue 127

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

Shades of Medium Violet Red #BB107F

Tints of Medium Violet Red #BB107F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.48%

R = 56.67%
G = 4.85%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB107F (or 0xBB107F) is known color: Medium Violet Red. HEX triplet: BB, 10 and 7F. RGB value is (187,16,127). Sum of RGB (Red+Green+Blue) = 187+16+127=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB107F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB107F is #44EF80. Grayscale: #4F4F4F. Windows color (decimal): -4517761 or 8327355. OLE color: 8327355.

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

Color convert

RGB 187 16 127 -
CMYK 0 0.91 0.32 0.27
HSL 321.05º 0.84% 0.4% -
HSV(B) 321.05º 0.91% 0.73% -
XYZ 24.51 12.47 21.19 -
YUV 79.78 154.65 204.47 -
System Red Green Blue C M Y K H S L
Decimal 187 16 127 0 0.91 0.32 0.27 321.05 0.84 0.4
Hex BB 10 7F 0 5B 20 1B 141 54 28
Octal 273 20 177 0 133 40 33 501 124 50
Binary 10111011 10000 1111111 0 1011011 100000 11011 101000001 1010100 101000

Color Harmonies of #BB107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB107F

Black with #BB107F

Text Example


Text Example

White with #BB107F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB107F; }

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

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

background-color css

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

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

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

border-color css

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

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

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