Html Css Color HEX #BF0897 Medium Violet Red

📋 copy color: '#BF0897'

red 191 ◦ green 8 ◦ blue 151

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

Shades of Medium Violet Red #BF0897

Tints of Medium Violet Red #BF0897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.14%

R = 54.57%
G = 2.29%
B = 43.14%

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

#BF0897 (or 0xBF0897) is known color: Medium Violet Red. HEX triplet: BF, 08 and 97. RGB value is (191,8,151). Sum of RGB (Red+Green+Blue) = 191+8+151=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0897 is #40F768. Grayscale: #4E4E4E. Windows color (decimal): -4257641 or 9898175. OLE color: 9898175.

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

Color convert

RGB 191 8 151 -
CMYK 0 0.96 0.21 0.25
HSL 313.11º 0.92% 0.39% -
HSV(B) 313.11º 0.96% 0.75% -
XYZ 27.16 13.48 30.45 -
YUV 79.02 168.63 207.87 -
System Red Green Blue C M Y K H S L
Decimal 191 8 151 0 0.96 0.21 0.25 313.11 0.92 0.39
Hex BF 8 97 0 60 15 19 139 5C 27
Octal 277 10 227 0 140 25 31 471 134 47
Binary 10111111 1000 10010111 0 1100000 10101 11001 100111001 1011100 100111

Color Harmonies of #BF0897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0897

Black with #BF0897

Text Example


Text Example

White with #BF0897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0897; }

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

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

background-color css

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

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

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

border-color css

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

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

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