Html Css Color HEX #BF1677 Medium Violet Red

📋 copy color: '#BF1677'

red 191 ◦ green 22 ◦ blue 119

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

Shades of Medium Violet Red #BF1677

Tints of Medium Violet Red #BF1677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.84%

R = 57.53%
G = 6.63%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF1677 (or 0xBF1677) is known color: Medium Violet Red. HEX triplet: BF, 16 and 77. RGB value is (191,22,119). Sum of RGB (Red+Green+Blue) = 191+22+119=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1677 is #40E988. Grayscale: #535353. Windows color (decimal): -4254089 or 7804607. OLE color: 7804607.

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

Color convert

RGB 191 22 119 -
CMYK 0 0.88 0.38 0.25
HSL 325.56º 0.79% 0.42% -
HSV(B) 325.56º 0.88% 0.75% -
XYZ 25.1 12.98 18.64 -
YUV 83.59 147.99 204.61 -
System Red Green Blue C M Y K H S L
Decimal 191 22 119 0 0.88 0.38 0.25 325.56 0.79 0.42
Hex BF 16 77 0 58 26 19 146 4F 2A
Octal 277 26 167 0 130 46 31 506 117 52
Binary 10111111 10110 1110111 0 1011000 100110 11001 101000110 1001111 101010

Color Harmonies of #BF1677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1677

Black with #BF1677

Text Example


Text Example

White with #BF1677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1677; }

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

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

background-color css

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

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

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

border-color css

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

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

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