Html Css Color HEX #BF176E Medium Violet Red

📋 copy color: '#BF176E'

red 191 ◦ green 23 ◦ blue 110

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

Shades of Medium Violet Red #BF176E

Tints of Medium Violet Red #BF176E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.1%

 BLUE value IS 110 (43.36% from 255) = 33.95%

R = 58.95%
G = 7.1%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF176E (or 0xBF176E) is known color: Medium Violet Red. HEX triplet: BF, 17 and 6E. RGB value is (191,23,110). Sum of RGB (Red+Green+Blue) = 191+23+110=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF176E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF176E is #40E891. Grayscale: #525252. Windows color (decimal): -4253842 or 7215039. OLE color: 7215039.

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

Color convert

RGB 191 23 110 -
CMYK 0 0.88 0.42 0.25
HSL 328.93º 0.79% 0.42% -
HSV(B) 328.93º 0.88% 0.75% -
XYZ 24.61 12.81 15.93 -
YUV 83.15 143.16 204.93 -
System Red Green Blue C M Y K H S L
Decimal 191 23 110 0 0.88 0.42 0.25 328.93 0.79 0.42
Hex BF 17 6E 0 58 2A 19 149 4F 2A
Octal 277 27 156 0 130 52 31 511 117 52
Binary 10111111 10111 1101110 0 1011000 101010 11001 101001001 1001111 101010

Color Harmonies of #BF176E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF176E

Black with #BF176E

Text Example


Text Example

White with #BF176E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF176E; }

 p { color: rgb(191,23,110); }

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

background-color css

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

 a { background-color: rgb(191,23,110); }

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

border-color css

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

 span { border-color: rgb(191,23,110); }

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