Html Css Color HEX #BF0896 Medium Violet Red

📋 copy color: '#BF0896'

red 191 ◦ green 8 ◦ blue 150

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

Shades of Medium Violet Red #BF0896

Tints of Medium Violet Red #BF0896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.98%

R = 54.73%
G = 2.29%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF0896 (or 0xBF0896) is known color: Medium Violet Red. HEX triplet: BF, 08 and 96. RGB value is (191,8,150). Sum of RGB (Red+Green+Blue) = 191+8+150=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0896 is #40F769. Grayscale: #4E4E4E. Windows color (decimal): -4257642 or 9832639. OLE color: 9832639.

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

Color convert

RGB 191 8 150 -
CMYK 0 0.96 0.21 0.25
HSL 313.44º 0.92% 0.39% -
HSV(B) 313.44º 0.96% 0.75% -
XYZ 27.08 13.45 30.02 -
YUV 78.91 168.13 207.95 -
System Red Green Blue C M Y K H S L
Decimal 191 8 150 0 0.96 0.21 0.25 313.44 0.92 0.39
Hex BF 8 96 0 60 15 19 139 5C 27
Octal 277 10 226 0 140 25 31 471 134 47
Binary 10111111 1000 10010110 0 1100000 10101 11001 100111001 1011100 100111

Color Harmonies of #BF0896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0896

Black with #BF0896

Text Example


Text Example

White with #BF0896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0896; }

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

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

background-color css

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

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

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

border-color css

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

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

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