Html Css Color HEX #BF086D Medium Violet Red

📋 copy color: '#BF086D'

red 191 ◦ green 8 ◦ blue 109

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

Shades of Medium Violet Red #BF086D

Tints of Medium Violet Red #BF086D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.39%

R = 62.01%
G = 2.6%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF086D (or 0xBF086D) is known color: Medium Violet Red. HEX triplet: BF, 08 and 6D. RGB value is (191,8,109). Sum of RGB (Red+Green+Blue) = 191+8+109=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF086D is #40F792. Grayscale: #4A4A4A. Windows color (decimal): -4257683 or 7145663. OLE color: 7145663.

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

Color convert

RGB 191 8 109 -
CMYK 0 0.96 0.43 0.25
HSL 326.89º 0.92% 0.39% -
HSV(B) 326.89º 0.96% 0.75% -
XYZ 24.33 12.35 15.57 -
YUV 74.23 147.63 211.29 -
System Red Green Blue C M Y K H S L
Decimal 191 8 109 0 0.96 0.43 0.25 326.89 0.92 0.39
Hex BF 8 6D 0 60 2B 19 147 5C 27
Octal 277 10 155 0 140 53 31 507 134 47
Binary 10111111 1000 1101101 0 1100000 101011 11001 101000111 1011100 100111

Color Harmonies of #BF086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF086D

Black with #BF086D

Text Example


Text Example

White with #BF086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF086D; }

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

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

background-color css

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

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

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

border-color css

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

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

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