Html Css Color HEX #BF098B Medium Violet Red

📋 copy color: '#BF098B'

red 191 ◦ green 9 ◦ blue 139

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

Shades of Medium Violet Red #BF098B

Tints of Medium Violet Red #BF098B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41%

R = 56.34%
G = 2.65%
B = 41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF098B (or 0xBF098B) is known color: Medium Violet Red. HEX triplet: BF, 09 and 8B. RGB value is (191,9,139). Sum of RGB (Red+Green+Blue) = 191+9+139=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF098B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF098B is #40F674. Grayscale: #4D4D4D. Windows color (decimal): -4257397 or 9111999. OLE color: 9111999.

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

Color convert

RGB 191 9 139 -
CMYK 0 0.95 0.27 0.25
HSL 317.14º 0.91% 0.39% -
HSV(B) 317.14º 0.95% 0.75% -
XYZ 26.24 13.14 25.58 -
YUV 78.24 162.3 208.43 -
System Red Green Blue C M Y K H S L
Decimal 191 9 139 0 0.95 0.27 0.25 317.14 0.91 0.39
Hex BF 9 8B 0 5F 1B 19 13D 5B 27
Octal 277 11 213 0 137 33 31 475 133 47
Binary 10111111 1001 10001011 0 1011111 11011 11001 100111101 1011011 100111

Color Harmonies of #BF098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF098B

Black with #BF098B

Text Example


Text Example

White with #BF098B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF098B; }

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

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

background-color css

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

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

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

border-color css

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

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

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