Html Css Color HEX #BB1A90 Medium Violet Red

📋 copy color: '#BB1A90'

red 187 ◦ green 26 ◦ blue 144

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

Shades of Medium Violet Red #BB1A90

Tints of Medium Violet Red #BB1A90

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.28%

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

R = 52.38%
G = 7.28%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB1A90 (or 0xBB1A90) is known color: Medium Violet Red. HEX triplet: BB, 1A and 90. RGB value is (187,26,144). Sum of RGB (Red+Green+Blue) = 187+26+144=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1A90 is #44E56F. Grayscale: #575757. Windows color (decimal): -4515184 or 9444027. OLE color: 9444027.

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

Color convert

RGB 187 26 144 -
CMYK 0 0.86 0.23 0.27
HSL 316.02º 0.76% 0.42% -
HSV(B) 316.02º 0.86% 0.73% -
XYZ 25.9 13.32 27.59 -
YUV 87.59 159.84 198.91 -
System Red Green Blue C M Y K H S L
Decimal 187 26 144 0 0.86 0.23 0.27 316.02 0.76 0.42
Hex BB 1A 90 0 56 17 1B 13C 4C 2A
Octal 273 32 220 0 126 27 33 474 114 52
Binary 10111011 11010 10010000 0 1010110 10111 11011 100111100 1001100 101010

Color Harmonies of #BB1A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1A90

Black with #BB1A90

Text Example


Text Example

White with #BB1A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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