Html Css Color HEX #BF1090 Medium Violet Red

📋 copy color: '#BF1090'

red 191 ◦ green 16 ◦ blue 144

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

Shades of Medium Violet Red #BF1090

Tints of Medium Violet Red #BF1090

RGB

 RED value IS 191 (75% from 255) = 54.42%

 GREEN value IS 16 (6.64% from 255) = 4.56%

 BLUE value IS 144 (56.64% from 255) = 41.03%

R = 54.42%
G = 4.56%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF1090 (or 0xBF1090) is known color: Medium Violet Red. HEX triplet: BF, 10 and 90. RGB value is (191,16,144). Sum of RGB (Red+Green+Blue) = 191+16+144=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1090 is #40EF6F. Grayscale: #525252. Windows color (decimal): -4255600 or 9441471. OLE color: 9441471.

HSL color Cylindrical-coordinate representation of color #BF1090: hue angle of 316.11º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF1090 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 16 144 -
CMYK 0 0.92 0.25 0.25
HSL 316.11º 0.85% 0.41% -
HSV(B) 316.11º 0.92% 0.75% -
XYZ 26.71 13.46 27.58 -
YUV 82.92 162.48 205.09 -
System Red Green Blue C M Y K H S L
Decimal 191 16 144 0 0.92 0.25 0.25 316.11 0.85 0.41
Hex BF 10 90 0 5C 19 19 13C 55 29
Octal 277 20 220 0 134 31 31 474 125 51
Binary 10111111 10000 10010000 0 1011100 11001 11001 100111100 1010101 101001

Color Harmonies of #BF1090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1090

Black with #BF1090

Text Example


Text Example

White with #BF1090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1090; }

 p { color: rgb(191,16,144); }

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

background-color css

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

 a { background-color: rgb(191,16,144); }

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

border-color css

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

 span { border-color: rgb(191,16,144); }

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