Html Css Color HEX #BB1E9F Medium Violet Red

📋 copy color: '#BB1E9F'

red 187 ◦ green 30 ◦ blue 159

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

Shades of Medium Violet Red #BB1E9F

Tints of Medium Violet Red #BB1E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.29%

R = 49.73%
G = 7.98%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB1E9F (or 0xBB1E9F) is known color: Medium Violet Red. HEX triplet: BB, 1E and 9F. RGB value is (187,30,159). Sum of RGB (Red+Green+Blue) = 187+30+159=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1E9F is #44E160. Grayscale: #5B5B5B. Windows color (decimal): -4514145 or 10428091. OLE color: 10428091.

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

Color convert

RGB 187 30 159 -
CMYK 0 0.84 0.15 0.27
HSL 310.7º 0.72% 0.43% -
HSV(B) 310.7º 0.84% 0.73% -
XYZ 27.22 14 34.07 -
YUV 91.65 166.01 196.01 -
System Red Green Blue C M Y K H S L
Decimal 187 30 159 0 0.84 0.15 0.27 310.7 0.72 0.43
Hex BB 1E 9F 0 54 F 1B 137 48 2B
Octal 273 36 237 0 124 17 33 467 110 53
Binary 10111011 11110 10011111 0 1010100 1111 11011 100110111 1001000 101011

Color Harmonies of #BB1E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E9F

Black with #BB1E9F

Text Example


Text Example

White with #BB1E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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