Html Css Color HEX #BF098A Medium Violet Red

📋 copy color: '#BF098A'

red 191 ◦ green 9 ◦ blue 138

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

Shades of Medium Violet Red #BF098A

Tints of Medium Violet Red #BF098A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.83%

R = 56.51%
G = 2.66%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF098A (or 0xBF098A) is known color: Medium Violet Red. HEX triplet: BF, 09 and 8A. RGB value is (191,9,138). Sum of RGB (Red+Green+Blue) = 191+9+138=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF098A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF098A is #40F675. Grayscale: #4D4D4D. Windows color (decimal): -4257398 or 9046463. OLE color: 9046463.

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

Color convert

RGB 191 9 138 -
CMYK 0 0.95 0.28 0.25
HSL 317.47º 0.91% 0.39% -
HSV(B) 317.47º 0.95% 0.75% -
XYZ 26.17 13.11 25.2 -
YUV 78.12 161.8 208.51 -
System Red Green Blue C M Y K H S L
Decimal 191 9 138 0 0.95 0.28 0.25 317.47 0.91 0.39
Hex BF 9 8A 0 5F 1C 19 13D 5B 27
Octal 277 11 212 0 137 34 31 475 133 47
Binary 10111111 1001 10001010 0 1011111 11100 11001 100111101 1011011 100111

Color Harmonies of #BF098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF098A

Black with #BF098A

Text Example


Text Example

White with #BF098A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF098A; }

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

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

background-color css

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

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

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

border-color css

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

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

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