Html Css Color HEX #BB1D9F Medium Violet Red

📋 copy color: '#BB1D9F'

red 187 ◦ green 29 ◦ blue 159

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

Shades of Medium Violet Red #BB1D9F

Tints of Medium Violet Red #BB1D9F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.73%

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

R = 49.87%
G = 7.73%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB1D9F (or 0xBB1D9F) is known color: Medium Violet Red. HEX triplet: BB, 1D and 9F. RGB value is (187,29,159). Sum of RGB (Red+Green+Blue) = 187+29+159=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1D9F is #44E260. Grayscale: #5A5A5A. Windows color (decimal): -4514401 or 10427835. OLE color: 10427835.

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

Color convert

RGB 187 29 159 -
CMYK 0 0.84 0.15 0.27
HSL 310.63º 0.73% 0.42% -
HSV(B) 310.63º 0.84% 0.73% -
XYZ 27.19 13.95 34.06 -
YUV 91.06 166.35 196.43 -
System Red Green Blue C M Y K H S L
Decimal 187 29 159 0 0.84 0.15 0.27 310.63 0.73 0.42
Hex BB 1D 9F 0 54 F 1B 137 49 2A
Octal 273 35 237 0 124 17 33 467 111 52
Binary 10111011 11101 10011111 0 1010100 1111 11011 100110111 1001001 101010

Color Harmonies of #BB1D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D9F

Black with #BB1D9F

Text Example


Text Example

White with #BB1D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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