Html Css Color HEX #BF099F Medium Violet Red

📋 copy color: '#BF099F'

red 191 ◦ green 9 ◦ blue 159

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

Shades of Medium Violet Red #BF099F

Tints of Medium Violet Red #BF099F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.51%

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

R = 53.2%
G = 2.51%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF099F (or 0xBF099F) is known color: Medium Violet Red. HEX triplet: BF, 09 and 9F. RGB value is (191,9,159). Sum of RGB (Red+Green+Blue) = 191+9+159=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF099F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF099F is #40F660. Grayscale: #505050. Windows color (decimal): -4257377 or 10422719. OLE color: 10422719.

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

Color convert

RGB 191 9 159 -
CMYK 0 0.95 0.17 0.25
HSL 310.55º 0.91% 0.39% -
HSV(B) 310.55º 0.95% 0.75% -
XYZ 27.84 13.77 33.99 -
YUV 80.52 172.3 206.8 -
System Red Green Blue C M Y K H S L
Decimal 191 9 159 0 0.95 0.17 0.25 310.55 0.91 0.39
Hex BF 9 9F 0 5F 11 19 137 5B 27
Octal 277 11 237 0 137 21 31 467 133 47
Binary 10111111 1001 10011111 0 1011111 10001 11001 100110111 1011011 100111

Color Harmonies of #BF099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF099F

Black with #BF099F

Text Example


Text Example

White with #BF099F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF099F; }

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

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

background-color css

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

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

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

border-color css

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

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

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