Html Css Color HEX #BB1F9F Medium Violet Red

📋 copy color: '#BB1F9F'

red 187 ◦ green 31 ◦ blue 159

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

Shades of Medium Violet Red #BB1F9F

Tints of Medium Violet Red #BB1F9F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.22%

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

R = 49.6%
G = 8.22%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB1F9F (or 0xBB1F9F) is known color: Medium Violet Red. HEX triplet: BB, 1F and 9F. RGB value is (187,31,159). Sum of RGB (Red+Green+Blue) = 187+31+159=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1F9F is #44E060. Grayscale: #5B5B5B. Windows color (decimal): -4513889 or 10428347. OLE color: 10428347.

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

Color convert

RGB 187 31 159 -
CMYK 0 0.83 0.15 0.27
HSL 310.77º 0.72% 0.43% -
HSV(B) 310.77º 0.83% 0.73% -
XYZ 27.24 14.05 34.08 -
YUV 92.24 165.68 195.59 -
System Red Green Blue C M Y K H S L
Decimal 187 31 159 0 0.83 0.15 0.27 310.77 0.72 0.43
Hex BB 1F 9F 0 53 F 1B 137 48 2B
Octal 273 37 237 0 123 17 33 467 110 53
Binary 10111011 11111 10011111 0 1010011 1111 11011 100110111 1001000 101011

Color Harmonies of #BB1F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1F9F

Black with #BB1F9F

Text Example


Text Example

White with #BB1F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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