Html Css Color HEX #BF0699 Medium Violet Red

📋 copy color: '#BF0699'

red 191 ◦ green 6 ◦ blue 153

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

Shades of Medium Violet Red #BF0699

Tints of Medium Violet Red #BF0699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.71%

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

R = 54.57%
G = 1.71%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF0699 (or 0xBF0699) is known color: Medium Violet Red. HEX triplet: BF, 06 and 99. RGB value is (191,6,153). Sum of RGB (Red+Green+Blue) = 191+6+153=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0699 is #40F966. Grayscale: #4D4D4D. Windows color (decimal): -4258151 or 10028735. OLE color: 10028735.

HSL color Cylindrical-coordinate representation of color #BF0699: hue angle of 312.32º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF0699 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 6 153 -
CMYK 0 0.97 0.20 0.25
HSL 312.32º 0.94% 0.39% -
HSV(B) 312.32º 0.97% 0.75% -
XYZ 27.3 13.51 31.31 -
YUV 78.07 170.29 208.55 -
System Red Green Blue C M Y K H S L
Decimal 191 6 153 0 0.97 0.20 0.25 312.32 0.94 0.39
Hex BF 6 99 0 61 14 19 138 5E 27
Octal 277 6 231 0 141 24 31 470 136 47
Binary 10111111 110 10011001 0 1100001 10100 11001 100111000 1011110 100111

Color Harmonies of #BF0699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0699

Black with #BF0699

Text Example


Text Example

White with #BF0699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0699; }

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

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

background-color css

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

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

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

border-color css

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

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

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