Html Css Color HEX #BB1F73 Medium Violet Red

📋 copy color: '#BB1F73'

red 187 ◦ green 31 ◦ blue 115

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

Shades of Medium Violet Red #BB1F73

Tints of Medium Violet Red #BB1F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.53%

R = 56.16%
G = 9.31%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB1F73 (or 0xBB1F73) is known color: Medium Violet Red. HEX triplet: BB, 1F and 73. RGB value is (187,31,115). Sum of RGB (Red+Green+Blue) = 187+31+115=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1F73 is #44E08C. Grayscale: #575757. Windows color (decimal): -4513933 or 7544763. OLE color: 7544763.

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

Color convert

RGB 187 31 115 -
CMYK 0 0.83 0.39 0.27
HSL 327.69º 0.72% 0.43% -
HSV(B) 327.69º 0.83% 0.73% -
XYZ 24.08 12.78 17.42 -
YUV 87.22 143.68 199.17 -
System Red Green Blue C M Y K H S L
Decimal 187 31 115 0 0.83 0.39 0.27 327.69 0.72 0.43
Hex BB 1F 73 0 53 27 1B 148 48 2B
Octal 273 37 163 0 123 47 33 510 110 53
Binary 10111011 11111 1110011 0 1010011 100111 11011 101001000 1001000 101011

Color Harmonies of #BB1F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1F73

Black with #BB1F73

Text Example


Text Example

White with #BB1F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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