Html Css Color HEX #BF1675 Medium Violet Red

📋 copy color: '#BF1675'

red 191 ◦ green 22 ◦ blue 117

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

Shades of Medium Violet Red #BF1675

Tints of Medium Violet Red #BF1675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.45%

R = 57.88%
G = 6.67%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF1675 (or 0xBF1675) is known color: Medium Violet Red. HEX triplet: BF, 16 and 75. RGB value is (191,22,117). Sum of RGB (Red+Green+Blue) = 191+22+117=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1675 is #40E98A. Grayscale: #535353. Windows color (decimal): -4254091 or 7673535. OLE color: 7673535.

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

Color convert

RGB 191 22 117 -
CMYK 0 0.88 0.39 0.25
HSL 326.27º 0.79% 0.42% -
HSV(B) 326.27º 0.88% 0.75% -
XYZ 24.98 12.93 18.01 -
YUV 83.36 146.99 204.78 -
System Red Green Blue C M Y K H S L
Decimal 191 22 117 0 0.88 0.39 0.25 326.27 0.79 0.42
Hex BF 16 75 0 58 27 19 146 4F 2A
Octal 277 26 165 0 130 47 31 506 117 52
Binary 10111111 10110 1110101 0 1011000 100111 11001 101000110 1001111 101010

Color Harmonies of #BF1675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1675

Black with #BF1675

Text Example


Text Example

White with #BF1675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1675; }

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

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

background-color css

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

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

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

border-color css

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

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

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