Html Css Color HEX #BF019A Medium Violet Red

📋 copy color: '#BF019A'

red 191 ◦ green 1 ◦ blue 154

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

Shades of Medium Violet Red #BF019A

Tints of Medium Violet Red #BF019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.51%

R = 55.2%
G = 0.29%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF019A (or 0xBF019A) is known color: Medium Violet Red. HEX triplet: BF, 01 and 9A. RGB value is (191,1,154). Sum of RGB (Red+Green+Blue) = 191+1+154=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF019A is #40FE65. Grayscale: #4A4A4A. Windows color (decimal): -4259430 or 10092991. OLE color: 10092991.

HSL color Cylindrical-coordinate representation of color #BF019A: hue angle of 311.68º 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 #BF019A is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 1 154 -
CMYK 0 0.99 0.19 0.25
HSL 311.68º 0.99% 0.38% -
HSV(B) 311.68º 0.99% 0.75% -
XYZ 27.33 13.43 31.72 -
YUV 75.25 172.45 210.56 -
System Red Green Blue C M Y K H S L
Decimal 191 1 154 0 0.99 0.19 0.25 311.68 0.99 0.38
Hex BF 1 9A 0 63 13 19 138 63 26
Octal 277 1 232 0 143 23 31 470 143 46
Binary 10111111 1 10011010 0 1100011 10011 11001 100111000 1100011 100110

Color Harmonies of #BF019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF019A

Black with #BF019A

Text Example


Text Example

White with #BF019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF019A; }

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

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

background-color css

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

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

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

border-color css

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

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

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