Html Css Color HEX #BF186F Medium Violet Red

📋 copy color: '#BF186F'

red 191 ◦ green 24 ◦ blue 111

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

Shades of Medium Violet Red #BF186F

Tints of Medium Violet Red #BF186F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.36%

 BLUE value IS 111 (43.75% from 255) = 34.05%

R = 58.59%
G = 7.36%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF186F (or 0xBF186F) is known color: Medium Violet Red. HEX triplet: BF, 18 and 6F. RGB value is (191,24,111). Sum of RGB (Red+Green+Blue) = 191+24+111=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF186F is #40E790. Grayscale: #535353. Windows color (decimal): -4253585 or 7280831. OLE color: 7280831.

HSL color Cylindrical-coordinate representation of color #BF186F: hue angle of 328.74º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF186F is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 24 111 -
CMYK 0 0.87 0.42 0.25
HSL 328.74º 0.78% 0.42% -
HSV(B) 328.74º 0.87% 0.75% -
XYZ 24.68 12.88 16.22 -
YUV 83.85 143.33 204.43 -
System Red Green Blue C M Y K H S L
Decimal 191 24 111 0 0.87 0.42 0.25 328.74 0.78 0.42
Hex BF 18 6F 0 57 2A 19 149 4E 2A
Octal 277 30 157 0 127 52 31 511 116 52
Binary 10111111 11000 1101111 0 1010111 101010 11001 101001001 1001110 101010

Color Harmonies of #BF186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF186F

Black with #BF186F

Text Example


Text Example

White with #BF186F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF186F; }

 p { color: rgb(191,24,111); }

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

background-color css

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

 a { background-color: rgb(191,24,111); }

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

border-color css

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

 span { border-color: rgb(191,24,111); }

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