Html Css Color HEX #BF0992 Medium Violet Red

📋 copy color: '#BF0992'

red 191 ◦ green 9 ◦ blue 146

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

Shades of Medium Violet Red #BF0992

Tints of Medium Violet Red #BF0992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.2%

R = 55.2%
G = 2.6%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF0992 (or 0xBF0992) is known color: Medium Violet Red. HEX triplet: BF, 09 and 92. RGB value is (191,9,146). Sum of RGB (Red+Green+Blue) = 191+9+146=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0992 is #40F66D. Grayscale: #4E4E4E. Windows color (decimal): -4257390 or 9570751. OLE color: 9570751.

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

Color convert

RGB 191 9 146 -
CMYK 0 0.95 0.24 0.25
HSL 314.84º 0.91% 0.39% -
HSV(B) 314.84º 0.95% 0.75% -
XYZ 26.77 13.35 28.36 -
YUV 79.04 165.8 207.86 -
System Red Green Blue C M Y K H S L
Decimal 191 9 146 0 0.95 0.24 0.25 314.84 0.91 0.39
Hex BF 9 92 0 5F 18 19 13B 5B 27
Octal 277 11 222 0 137 30 31 473 133 47
Binary 10111111 1001 10010010 0 1011111 11000 11001 100111011 1011011 100111

Color Harmonies of #BF0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0992

Black with #BF0992

Text Example


Text Example

White with #BF0992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0992; }

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

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

background-color css

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

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

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

border-color css

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

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

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