Html Css Color HEX #BB1D90 Medium Violet Red

📋 copy color: '#BB1D90'

red 187 ◦ green 29 ◦ blue 144

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

Shades of Medium Violet Red #BB1D90

Tints of Medium Violet Red #BB1D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40%

R = 51.94%
G = 8.06%
B = 40%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB1D90 (or 0xBB1D90) is known color: Medium Violet Red. HEX triplet: BB, 1D and 90. RGB value is (187,29,144). Sum of RGB (Red+Green+Blue) = 187+29+144=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1D90 is #44E26F. Grayscale: #595959. Windows color (decimal): -4514416 or 9444795. OLE color: 9444795.

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

Color convert

RGB 187 29 144 -
CMYK 0 0.84 0.23 0.27
HSL 316.33º 0.73% 0.42% -
HSV(B) 316.33º 0.84% 0.73% -
XYZ 25.97 13.46 27.61 -
YUV 89.35 158.85 197.65 -
System Red Green Blue C M Y K H S L
Decimal 187 29 144 0 0.84 0.23 0.27 316.33 0.73 0.42
Hex BB 1D 90 0 54 17 1B 13C 49 2A
Octal 273 35 220 0 124 27 33 474 111 52
Binary 10111011 11101 10010000 0 1010100 10111 11011 100111100 1001001 101010

Color Harmonies of #BB1D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D90

Black with #BB1D90

Text Example


Text Example

White with #BB1D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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