Html Css Color HEX #BF178B Medium Violet Red

📋 copy color: '#BF178B'

red 191 ◦ green 23 ◦ blue 139

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

Shades of Medium Violet Red #BF178B

Tints of Medium Violet Red #BF178B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.38%

R = 54.11%
G = 6.52%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF178B (or 0xBF178B) is known color: Medium Violet Red. HEX triplet: BF, 17 and 8B. RGB value is (191,23,139). Sum of RGB (Red+Green+Blue) = 191+23+139=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF178B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF178B is #40E874. Grayscale: #565656. Windows color (decimal): -4253813 or 9115583. OLE color: 9115583.

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

Color convert

RGB 191 23 139 -
CMYK 0 0.88 0.27 0.25
HSL 318.57º 0.79% 0.42% -
HSV(B) 318.57º 0.88% 0.75% -
XYZ 26.45 13.55 25.65 -
YUV 86.46 157.66 202.57 -
System Red Green Blue C M Y K H S L
Decimal 191 23 139 0 0.88 0.27 0.25 318.57 0.79 0.42
Hex BF 17 8B 0 58 1B 19 13F 4F 2A
Octal 277 27 213 0 130 33 31 477 117 52
Binary 10111111 10111 10001011 0 1011000 11011 11001 100111111 1001111 101010

Color Harmonies of #BF178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF178B

Black with #BF178B

Text Example


Text Example

White with #BF178B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF178B; }

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

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

background-color css

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

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

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

border-color css

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

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

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