Html Css Color HEX #BB129F Medium Violet Red

📋 copy color: '#BB129F'

red 187 ◦ green 18 ◦ blue 159

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

Shades of Medium Violet Red #BB129F

Tints of Medium Violet Red #BB129F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.68%

R = 51.37%
G = 4.95%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB129F (or 0xBB129F) is known color: Medium Violet Red. HEX triplet: BB, 12 and 9F. RGB value is (187,18,159). Sum of RGB (Red+Green+Blue) = 187+18+159=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB129F is #44ED60. Grayscale: #545454. Windows color (decimal): -4517217 or 10425019. OLE color: 10425019.

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

Color convert

RGB 187 18 159 -
CMYK 0 0.90 0.15 0.27
HSL 309.94º 0.82% 0.4% -
HSV(B) 309.94º 0.9% 0.73% -
XYZ 26.97 13.5 33.99 -
YUV 84.61 169.99 201.04 -
System Red Green Blue C M Y K H S L
Decimal 187 18 159 0 0.90 0.15 0.27 309.94 0.82 0.4
Hex BB 12 9F 0 5A F 1B 136 52 28
Octal 273 22 237 0 132 17 33 466 122 50
Binary 10111011 10010 10011111 0 1011010 1111 11011 100110110 1010010 101000

Color Harmonies of #BB129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB129F

Black with #BB129F

Text Example


Text Example

White with #BB129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB129F; }

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

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

background-color css

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

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

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

border-color css

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

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

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