Html Css Color HEX #BB1D9E Medium Violet Red

📋 copy color: '#BB1D9E'

red 187 ◦ green 29 ◦ blue 158

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

Shades of Medium Violet Red #BB1D9E

Tints of Medium Violet Red #BB1D9E

RGB

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

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

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

R = 50%
G = 7.75%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB1D9E (or 0xBB1D9E) is known color: Medium Violet Red. HEX triplet: BB, 1D and 9E. RGB value is (187,29,158). Sum of RGB (Red+Green+Blue) = 187+29+158=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1D9E is #44E261. Grayscale: #5A5A5A. Windows color (decimal): -4514402 or 10362299. OLE color: 10362299.

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

Color convert

RGB 187 29 158 -
CMYK 0 0.84 0.16 0.27
HSL 311.01º 0.73% 0.42% -
HSV(B) 311.01º 0.84% 0.73% -
XYZ 27.1 13.91 33.6 -
YUV 90.95 165.85 196.51 -
System Red Green Blue C M Y K H S L
Decimal 187 29 158 0 0.84 0.16 0.27 311.01 0.73 0.42
Hex BB 1D 9E 0 54 10 1B 137 49 2A
Octal 273 35 236 0 124 20 33 467 111 52
Binary 10111011 11101 10011110 0 1010100 10000 11011 100110111 1001001 101010

Color Harmonies of #BB1D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D9E

Black with #BB1D9E

Text Example


Text Example

White with #BB1D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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