Html Css Color HEX #BF0190 Medium Violet Red

📋 copy color: '#BF0190'

red 191 ◦ green 1 ◦ blue 144

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

Shades of Medium Violet Red #BF0190

Tints of Medium Violet Red #BF0190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 56.85%
G = 0.3%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF0190 (or 0xBF0190) is known color: Medium Violet Red. HEX triplet: BF, 01 and 90. RGB value is (191,1,144). Sum of RGB (Red+Green+Blue) = 191+1+144=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0190 is #40FE6F. Grayscale: #494949. Windows color (decimal): -4259440 or 9437631. OLE color: 9437631.

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

Color convert

RGB 191 1 144 -
CMYK 0 0.99 0.25 0.25
HSL 314.84º 0.99% 0.38% -
HSV(B) 314.84º 0.99% 0.75% -
XYZ 26.53 13.11 27.52 -
YUV 74.11 167.45 211.37 -
System Red Green Blue C M Y K H S L
Decimal 191 1 144 0 0.99 0.25 0.25 314.84 0.99 0.38
Hex BF 1 90 0 63 19 19 13B 63 26
Octal 277 1 220 0 143 31 31 473 143 46
Binary 10111111 1 10010000 0 1100011 11001 11001 100111011 1100011 100110

Color Harmonies of #BF0190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0190

Black with #BF0190

Text Example


Text Example

White with #BF0190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0190; }

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

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

background-color css

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

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

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

border-color css

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

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

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