Html Css Color HEX #BB1E90 Medium Violet Red

📋 copy color: '#BB1E90'

red 187 ◦ green 30 ◦ blue 144

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

Shades of Medium Violet Red #BB1E90

Tints of Medium Violet Red #BB1E90

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.31%

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

R = 51.8%
G = 8.31%
B = 39.89%

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

#BB1E90 (or 0xBB1E90) is known color: Medium Violet Red. HEX triplet: BB, 1E and 90. RGB value is (187,30,144). Sum of RGB (Red+Green+Blue) = 187+30+144=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1E90 is #44E16F. Grayscale: #595959. Windows color (decimal): -4514160 or 9445051. OLE color: 9445051.

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

Color convert

RGB 187 30 144 -
CMYK 0 0.84 0.23 0.27
HSL 316.43º 0.72% 0.43% -
HSV(B) 316.43º 0.84% 0.73% -
XYZ 25.99 13.51 27.62 -
YUV 89.94 158.51 197.23 -
System Red Green Blue C M Y K H S L
Decimal 187 30 144 0 0.84 0.23 0.27 316.43 0.72 0.43
Hex BB 1E 90 0 54 17 1B 13C 48 2B
Octal 273 36 220 0 124 27 33 474 110 53
Binary 10111011 11110 10010000 0 1010100 10111 11011 100111100 1001000 101011

Color Harmonies of #BB1E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E90

Black with #BB1E90

Text Example


Text Example

White with #BB1E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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