Html Css Color HEX #BF1685 Medium Violet Red

📋 copy color: '#BF1685'

red 191 ◦ green 22 ◦ blue 133

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

Shades of Medium Violet Red #BF1685

Tints of Medium Violet Red #BF1685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.44%

R = 55.2%
G = 6.36%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF1685 (or 0xBF1685) is known color: Medium Violet Red. HEX triplet: BF, 16 and 85. RGB value is (191,22,133). Sum of RGB (Red+Green+Blue) = 191+22+133=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1685 is #40E97A. Grayscale: #545454. Windows color (decimal): -4254075 or 8722111. OLE color: 8722111.

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

Color convert

RGB 191 22 133 -
CMYK 0 0.88 0.30 0.25
HSL 320.59º 0.79% 0.42% -
HSV(B) 320.59º 0.88% 0.75% -
XYZ 26.01 13.34 23.4 -
YUV 85.19 154.99 203.47 -
System Red Green Blue C M Y K H S L
Decimal 191 22 133 0 0.88 0.30 0.25 320.59 0.79 0.42
Hex BF 16 85 0 58 1E 19 141 4F 2A
Octal 277 26 205 0 130 36 31 501 117 52
Binary 10111111 10110 10000101 0 1011000 11110 11001 101000001 1001111 101010

Color Harmonies of #BF1685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1685

Black with #BF1685

Text Example


Text Example

White with #BF1685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1685; }

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

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

background-color css

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

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

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

border-color css

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

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

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