Html Css Color HEX #BF0086 Medium Violet Red

📋 copy color: '#BF0086'

red 191 ◦ green 0 ◦ blue 134

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

Shades of Medium Violet Red #BF0086

Tints of Medium Violet Red #BF0086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 134 (52.73% from 255) = 41.23%

R = 58.77%
G = 0%
B = 41.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF0086 (or 0xBF0086) is known color: Medium Violet Red. HEX triplet: BF, 00 and 86. RGB value is (191,0,134). Sum of RGB (Red+Green+Blue) = 191+0+134=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0086 is #40FF79. Grayscale: #484848. Windows color (decimal): -4259706 or 8782015. OLE color: 8782015.

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

Color convert

RGB 191 0 134 -
CMYK 0 1 0.30 0.25
HSL 317.91º 1% 0.37% -
HSV(B) 317.91º 1% 0.75% -
XYZ 25.79 12.8 23.67 -
YUV 72.39 162.78 212.6 -
System Red Green Blue C M Y K H S L
Decimal 191 0 134 0 1 0.30 0.25 317.91 1 0.37
Hex BF 0 86 0 64 1E 19 13E 64 25
Octal 277 0 206 0 144 36 31 476 144 45
Binary 10111111 0 10000110 0 1100100 11110 11001 100111110 1100100 100101

Color Harmonies of #BF0086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0086

Black with #BF0086

Text Example


Text Example

White with #BF0086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0086; }

 p { color: rgb(191,0,134); }

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

background-color css

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

 a { background-color: rgb(191,0,134); }

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

border-color css

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

 span { border-color: rgb(191,0,134); }

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