Html Css Color HEX #BF407F Medium Red Violet

📋 copy color: '#BF407F'

red 191 ◦ green 64 ◦ blue 127

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

Shades of Medium Red Violet #BF407F

Tints of Medium Red Violet #BF407F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.75%

 BLUE value IS 127 (50% from 255) = 33.25%

R = 50%
G = 16.75%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF407F (or 0xBF407F) is known color: Medium Red Violet. HEX triplet: BF, 40 and 7F. RGB value is (191,64,127). Sum of RGB (Red+Green+Blue) = 191+64+127=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF407F is #40BF80. Grayscale: #6D6D6D. Windows color (decimal): -4243329 or 8339647. OLE color: 8339647.

HSL color Cylindrical-coordinate representation of color #BF407F: hue angle of 330.24º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF407F is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 64 127 -
CMYK 0 0.66 0.34 0.25
HSL 330.24º 0.5% 0.5% -
HSV(B) 330.24º 0.66% 0.75% -
XYZ 27.15 16.28 21.79 -
YUV 109.16 138.08 186.38 -
System Red Green Blue C M Y K H S L
Decimal 191 64 127 0 0.66 0.34 0.25 330.24 0.5 0.5
Hex BF 40 7F 0 42 22 19 14A 32 32
Octal 277 100 177 0 102 42 31 512 62 62
Binary 10111111 1000000 1111111 0 1000010 100010 11001 101001010 110010 110010

Color Harmonies of #BF407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF407F

Black with #BF407F

Text Example


Text Example

White with #BF407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF407F; }

 p { color: rgb(191,64,127); }

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

background-color css

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

 a { background-color: rgb(191,64,127); }

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

border-color css

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

 span { border-color: rgb(191,64,127); }

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