Html Css Color HEX #BB159F Medium Violet Red

📋 copy color: '#BB159F'

red 187 ◦ green 21 ◦ blue 159

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

Shades of Medium Violet Red #BB159F

Tints of Medium Violet Red #BB159F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.72%

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

R = 50.95%
G = 5.72%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB159F (or 0xBB159F) is known color: Medium Violet Red. HEX triplet: BB, 15 and 9F. RGB value is (187,21,159). Sum of RGB (Red+Green+Blue) = 187+21+159=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB159F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB159F is #44EA60. Grayscale: #555555. Windows color (decimal): -4516449 or 10425787. OLE color: 10425787.

HSL color Cylindrical-coordinate representation of color #BB159F: hue angle of 310.12º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB159F is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 21 159 -
CMYK 0 0.89 0.15 0.27
HSL 310.12º 0.8% 0.41% -
HSV(B) 310.12º 0.89% 0.73% -
XYZ 27.02 13.6 34 -
YUV 86.37 169 199.78 -
System Red Green Blue C M Y K H S L
Decimal 187 21 159 0 0.89 0.15 0.27 310.12 0.8 0.41
Hex BB 15 9F 0 59 F 1B 136 50 29
Octal 273 25 237 0 131 17 33 466 120 51
Binary 10111011 10101 10011111 0 1011001 1111 11011 100110110 1010000 101001

Color Harmonies of #BB159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB159F

Black with #BB159F

Text Example


Text Example

White with #BB159F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB159F; }

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

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

background-color css

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

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

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

border-color css

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

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

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