Html Css Color HEX #BF1696 Medium Violet Red

📋 copy color: '#BF1696'

red 191 ◦ green 22 ◦ blue 150

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

Shades of Medium Violet Red #BF1696

Tints of Medium Violet Red #BF1696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.06%

 BLUE value IS 150 (58.98% from 255) = 41.32%

R = 52.62%
G = 6.06%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF1696 (or 0xBF1696) is known color: Medium Violet Red. HEX triplet: BF, 16 and 96. RGB value is (191,22,150). Sum of RGB (Red+Green+Blue) = 191+22+150=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1696 is #40E969. Grayscale: #565656. Windows color (decimal): -4254058 or 9836223. OLE color: 9836223.

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

Color convert

RGB 191 22 150 -
CMYK 0 0.88 0.21 0.25
HSL 314.56º 0.79% 0.42% -
HSV(B) 314.56º 0.88% 0.75% -
XYZ 27.28 13.85 30.09 -
YUV 87.12 163.49 202.09 -
System Red Green Blue C M Y K H S L
Decimal 191 22 150 0 0.88 0.21 0.25 314.56 0.79 0.42
Hex BF 16 96 0 58 15 19 13B 4F 2A
Octal 277 26 226 0 130 25 31 473 117 52
Binary 10111111 10110 10010110 0 1011000 10101 11001 100111011 1001111 101010

Color Harmonies of #BF1696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1696

Black with #BF1696

Text Example


Text Example

White with #BF1696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1696; }

 p { color: rgb(191,22,150); }

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

background-color css

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

 a { background-color: rgb(191,22,150); }

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

border-color css

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

 span { border-color: rgb(191,22,150); }

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