Html Css Color HEX #BF089F Medium Violet Red

📋 copy color: '#BF089F'

red 191 ◦ green 8 ◦ blue 159

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

Shades of Medium Violet Red #BF089F

Tints of Medium Violet Red #BF089F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.41%

R = 53.35%
G = 2.23%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF089F (or 0xBF089F) is known color: Medium Violet Red. HEX triplet: BF, 08 and 9F. RGB value is (191,8,159). Sum of RGB (Red+Green+Blue) = 191+8+159=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF089F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF089F is #40F760. Grayscale: #4F4F4F. Windows color (decimal): -4257633 or 10422463. OLE color: 10422463.

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

Color convert

RGB 191 8 159 -
CMYK 0 0.96 0.17 0.25
HSL 310.49º 0.92% 0.39% -
HSV(B) 310.49º 0.96% 0.75% -
XYZ 27.83 13.75 33.99 -
YUV 79.93 172.63 207.22 -
System Red Green Blue C M Y K H S L
Decimal 191 8 159 0 0.96 0.17 0.25 310.49 0.92 0.39
Hex BF 8 9F 0 60 11 19 136 5C 27
Octal 277 10 237 0 140 21 31 466 134 47
Binary 10111111 1000 10011111 0 1100000 10001 11001 100110110 1011100 100111

Color Harmonies of #BF089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF089F

Black with #BF089F

Text Example


Text Example

White with #BF089F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF089F; }

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

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

background-color css

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

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

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

border-color css

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

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

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