Html Css Color HEX #BF086F Medium Violet Red

📋 copy color: '#BF086F'

red 191 ◦ green 8 ◦ blue 111

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

Shades of Medium Violet Red #BF086F

Tints of Medium Violet Red #BF086F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.58%

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

R = 61.61%
G = 2.58%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF086F (or 0xBF086F) is known color: Medium Violet Red. HEX triplet: BF, 08 and 6F. RGB value is (191,8,111). Sum of RGB (Red+Green+Blue) = 191+8+111=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF086F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF086F is #40F790. Grayscale: #4A4A4A. Windows color (decimal): -4257681 or 7276735. OLE color: 7276735.

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

Color convert

RGB 191 8 111 -
CMYK 0 0.96 0.42 0.25
HSL 326.23º 0.92% 0.39% -
HSV(B) 326.23º 0.96% 0.75% -
XYZ 24.44 12.4 16.14 -
YUV 74.46 148.63 211.12 -
System Red Green Blue C M Y K H S L
Decimal 191 8 111 0 0.96 0.42 0.25 326.23 0.92 0.39
Hex BF 8 6F 0 60 2A 19 146 5C 27
Octal 277 10 157 0 140 52 31 506 134 47
Binary 10111111 1000 1101111 0 1100000 101010 11001 101000110 1011100 100111

Color Harmonies of #BF086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF086F

Black with #BF086F

Text Example


Text Example

White with #BF086F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF086F; }

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

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

background-color css

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

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

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

border-color css

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

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

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