Html Css Color HEX #BB127C Medium Violet Red

📋 copy color: '#BB127C'

red 187 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #BB127C

Tints of Medium Violet Red #BB127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.47%

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

R = 56.84%
G = 5.47%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB127C (or 0xBB127C) is known color: Medium Violet Red. HEX triplet: BB, 12 and 7C. RGB value is (187,18,124). Sum of RGB (Red+Green+Blue) = 187+18+124=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB127C is #44ED83. Grayscale: #505050. Windows color (decimal): -4517252 or 8131259. OLE color: 8131259.

HSL color Cylindrical-coordinate representation of color #BB127C: hue angle of 322.37º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB127C is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 18 124 -
CMYK 0 0.90 0.34 0.27
HSL 322.37º 0.82% 0.4% -
HSV(B) 322.37º 0.9% 0.73% -
XYZ 24.35 12.45 20.19 -
YUV 80.62 152.49 203.88 -
System Red Green Blue C M Y K H S L
Decimal 187 18 124 0 0.90 0.34 0.27 322.37 0.82 0.4
Hex BB 12 7C 0 5A 22 1B 142 52 28
Octal 273 22 174 0 132 42 33 502 122 50
Binary 10111011 10010 1111100 0 1011010 100010 11011 101000010 1010010 101000

Color Harmonies of #BB127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB127C

Black with #BB127C

Text Example


Text Example

White with #BB127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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