Html Css Color HEX #BB1E94 Medium Violet Red

📋 copy color: '#BB1E94'

red 187 ◦ green 30 ◦ blue 148

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

Shades of Medium Violet Red #BB1E94

Tints of Medium Violet Red #BB1E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.55%

R = 51.23%
G = 8.22%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB1E94 (or 0xBB1E94) is known color: Medium Violet Red. HEX triplet: BB, 1E and 94. RGB value is (187,30,148). Sum of RGB (Red+Green+Blue) = 187+30+148=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1E94 is #44E16B. Grayscale: #5A5A5A. Windows color (decimal): -4514156 or 9707195. OLE color: 9707195.

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

Color convert

RGB 187 30 148 -
CMYK 0 0.84 0.21 0.27
HSL 314.9º 0.72% 0.43% -
HSV(B) 314.9º 0.84% 0.73% -
XYZ 26.3 13.63 29.26 -
YUV 90.4 160.51 196.91 -
System Red Green Blue C M Y K H S L
Decimal 187 30 148 0 0.84 0.21 0.27 314.9 0.72 0.43
Hex BB 1E 94 0 54 15 1B 13B 48 2B
Octal 273 36 224 0 124 25 33 473 110 53
Binary 10111011 11110 10010100 0 1010100 10101 11011 100111011 1001000 101011

Color Harmonies of #BB1E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E94

Black with #BB1E94

Text Example


Text Example

White with #BB1E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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