Html Css Color HEX #BF159A Medium Violet Red

📋 copy color: '#BF159A'

red 191 ◦ green 21 ◦ blue 154

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

Shades of Medium Violet Red #BF159A

Tints of Medium Violet Red #BF159A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.74%

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

R = 52.19%
G = 5.74%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF159A (or 0xBF159A) is known color: Medium Violet Red. HEX triplet: BF, 15 and 9A. RGB value is (191,21,154). Sum of RGB (Red+Green+Blue) = 191+21+154=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF159A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF159A is #40EA65. Grayscale: #565656. Windows color (decimal): -4254310 or 10098111. OLE color: 10098111.

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

Color convert

RGB 191 21 154 -
CMYK 0 0.89 0.19 0.25
HSL 313.06º 0.8% 0.42% -
HSV(B) 313.06º 0.89% 0.75% -
XYZ 27.59 13.95 31.81 -
YUV 86.99 165.82 202.19 -
System Red Green Blue C M Y K H S L
Decimal 191 21 154 0 0.89 0.19 0.25 313.06 0.8 0.42
Hex BF 15 9A 0 59 13 19 139 50 2A
Octal 277 25 232 0 131 23 31 471 120 52
Binary 10111111 10101 10011010 0 1011001 10011 11001 100111001 1010000 101010

Color Harmonies of #BF159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF159A

Black with #BF159A

Text Example


Text Example

White with #BF159A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF159A; }

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

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

background-color css

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

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

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

border-color css

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

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

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