Html Css Color HEX #BF0899 Medium Violet Red

📋 copy color: '#BF0899'

red 191 ◦ green 8 ◦ blue 153

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

Shades of Medium Violet Red #BF0899

Tints of Medium Violet Red #BF0899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.47%

R = 54.26%
G = 2.27%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF0899 (or 0xBF0899) is known color: Medium Violet Red. HEX triplet: BF, 08 and 99. RGB value is (191,8,153). Sum of RGB (Red+Green+Blue) = 191+8+153=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0899 is #40F766. Grayscale: #4E4E4E. Windows color (decimal): -4257639 or 10029247. OLE color: 10029247.

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

Color convert

RGB 191 8 153 -
CMYK 0 0.96 0.20 0.25
HSL 312.46º 0.92% 0.39% -
HSV(B) 312.46º 0.96% 0.75% -
XYZ 27.32 13.55 31.31 -
YUV 79.25 169.63 207.71 -
System Red Green Blue C M Y K H S L
Decimal 191 8 153 0 0.96 0.20 0.25 312.46 0.92 0.39
Hex BF 8 99 0 60 14 19 138 5C 27
Octal 277 10 231 0 140 24 31 470 134 47
Binary 10111111 1000 10011001 0 1100000 10100 11001 100111000 1011100 100111

Color Harmonies of #BF0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0899

Black with #BF0899

Text Example


Text Example

White with #BF0899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0899; }

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

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

background-color css

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

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

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

border-color css

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

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

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