Html Css Color HEX #BB129E Medium Violet Red

📋 copy color: '#BB129E'

red 187 ◦ green 18 ◦ blue 158

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

Shades of Medium Violet Red #BB129E

Tints of Medium Violet Red #BB129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.53%

R = 51.52%
G = 4.96%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB129E (or 0xBB129E) is known color: Medium Violet Red. HEX triplet: BB, 12 and 9E. RGB value is (187,18,158). Sum of RGB (Red+Green+Blue) = 187+18+158=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB129E is #44ED61. Grayscale: #545454. Windows color (decimal): -4517218 or 10359483. OLE color: 10359483.

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

Color convert

RGB 187 18 158 -
CMYK 0 0.90 0.16 0.27
HSL 310.3º 0.82% 0.4% -
HSV(B) 310.3º 0.9% 0.73% -
XYZ 26.88 13.47 33.53 -
YUV 84.49 169.49 201.12 -
System Red Green Blue C M Y K H S L
Decimal 187 18 158 0 0.90 0.16 0.27 310.3 0.82 0.4
Hex BB 12 9E 0 5A 10 1B 136 52 28
Octal 273 22 236 0 132 20 33 466 122 50
Binary 10111011 10010 10011110 0 1011010 10000 11011 100110110 1010010 101000

Color Harmonies of #BB129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB129E

Black with #BB129E

Text Example


Text Example

White with #BB129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB129E; }

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

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

background-color css

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

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

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

border-color css

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

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

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