Html Css Color HEX #BF169D Medium Violet Red

📋 copy color: '#BF169D'

red 191 ◦ green 22 ◦ blue 157

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

Shades of Medium Violet Red #BF169D

Tints of Medium Violet Red #BF169D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.43%

R = 51.62%
G = 5.95%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF169D (or 0xBF169D) is known color: Medium Violet Red. HEX triplet: BF, 16 and 9D. RGB value is (191,22,157). Sum of RGB (Red+Green+Blue) = 191+22+157=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF169D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF169D is #40E962. Grayscale: #575757. Windows color (decimal): -4254051 or 10294975. OLE color: 10294975.

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

Color convert

RGB 191 22 157 -
CMYK 0 0.88 0.18 0.25
HSL 312.07º 0.79% 0.42% -
HSV(B) 312.07º 0.88% 0.75% -
XYZ 27.86 14.08 33.15 -
YUV 87.92 166.99 201.52 -
System Red Green Blue C M Y K H S L
Decimal 191 22 157 0 0.88 0.18 0.25 312.07 0.79 0.42
Hex BF 16 9D 0 58 12 19 138 4F 2A
Octal 277 26 235 0 130 22 31 470 117 52
Binary 10111111 10110 10011101 0 1011000 10010 11001 100111000 1001111 101010

Color Harmonies of #BF169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF169D

Black with #BF169D

Text Example


Text Example

White with #BF169D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF169D; }

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

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

background-color css

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

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

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

border-color css

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

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

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