Html Css Color HEX #BB1E9A Medium Violet Red

📋 copy color: '#BB1E9A'

red 187 ◦ green 30 ◦ blue 154

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

Shades of Medium Violet Red #BB1E9A

Tints of Medium Violet Red #BB1E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.51%

R = 50.4%
G = 8.09%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB1E9A (or 0xBB1E9A) is known color: Medium Violet Red. HEX triplet: BB, 1E and 9A. RGB value is (187,30,154). Sum of RGB (Red+Green+Blue) = 187+30+154=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1E9A is #44E165. Grayscale: #5A5A5A. Windows color (decimal): -4514150 or 10100411. OLE color: 10100411.

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

Color convert

RGB 187 30 154 -
CMYK 0 0.84 0.18 0.27
HSL 312.61º 0.72% 0.43% -
HSV(B) 312.61º 0.84% 0.73% -
XYZ 26.79 13.83 31.83 -
YUV 91.08 163.51 196.42 -
System Red Green Blue C M Y K H S L
Decimal 187 30 154 0 0.84 0.18 0.27 312.61 0.72 0.43
Hex BB 1E 9A 0 54 12 1B 139 48 2B
Octal 273 36 232 0 124 22 33 471 110 53
Binary 10111011 11110 10011010 0 1010100 10010 11011 100111001 1001000 101011

Color Harmonies of #BB1E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E9A

Black with #BB1E9A

Text Example


Text Example

White with #BB1E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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