Html Css Color HEX #BF088D Medium Violet Red

📋 copy color: '#BF088D'

red 191 ◦ green 8 ◦ blue 141

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

Shades of Medium Violet Red #BF088D

Tints of Medium Violet Red #BF088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.47%

R = 56.18%
G = 2.35%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF088D (or 0xBF088D) is known color: Medium Violet Red. HEX triplet: BF, 08 and 8D. RGB value is (191,8,141). Sum of RGB (Red+Green+Blue) = 191+8+141=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF088D is #40F772. Grayscale: #4D4D4D. Windows color (decimal): -4257651 or 9242815. OLE color: 9242815.

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

Color convert

RGB 191 8 141 -
CMYK 0 0.96 0.26 0.25
HSL 316.39º 0.92% 0.39% -
HSV(B) 316.39º 0.96% 0.75% -
XYZ 26.38 13.17 26.35 -
YUV 77.88 163.63 208.69 -
System Red Green Blue C M Y K H S L
Decimal 191 8 141 0 0.96 0.26 0.25 316.39 0.92 0.39
Hex BF 8 8D 0 60 1A 19 13C 5C 27
Octal 277 10 215 0 140 32 31 474 134 47
Binary 10111111 1000 10001101 0 1100000 11010 11001 100111100 1011100 100111

Color Harmonies of #BF088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF088D

Black with #BF088D

Text Example


Text Example

White with #BF088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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