Html Css Color HEX #BB129D Medium Violet Red

📋 copy color: '#BB129D'

red 187 ◦ green 18 ◦ blue 157

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

Shades of Medium Violet Red #BB129D

Tints of Medium Violet Red #BB129D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.37%

R = 51.66%
G = 4.97%
B = 43.37%

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

#BB129D (or 0xBB129D) is known color: Medium Violet Red. HEX triplet: BB, 12 and 9D. RGB value is (187,18,157). Sum of RGB (Red+Green+Blue) = 187+18+157=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB129D is #44ED62. Grayscale: #535353. Windows color (decimal): -4517219 or 10293947. OLE color: 10293947.

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

Color convert

RGB 187 18 157 -
CMYK 0 0.90 0.16 0.27
HSL 310.65º 0.82% 0.4% -
HSV(B) 310.65º 0.9% 0.73% -
XYZ 26.8 13.43 33.08 -
YUV 84.38 168.99 201.2 -
System Red Green Blue C M Y K H S L
Decimal 187 18 157 0 0.90 0.16 0.27 310.65 0.82 0.4
Hex BB 12 9D 0 5A 10 1B 137 52 28
Octal 273 22 235 0 132 20 33 467 122 50
Binary 10111011 10010 10011101 0 1011010 10000 11011 100110111 1010010 101000

Color Harmonies of #BB129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB129D

Black with #BB129D

Text Example


Text Example

White with #BB129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB129D; }

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

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

background-color css

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

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

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

border-color css

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

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

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