Html Css Color HEX #BF367F Medium Red Violet

📋 copy color: '#BF367F'

red 191 ◦ green 54 ◦ blue 127

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

Shades of Medium Red Violet #BF367F

Tints of Medium Red Violet #BF367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.52%

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

R = 51.34%
G = 14.52%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF367F (or 0xBF367F) is known color: Medium Red Violet. HEX triplet: BF, 36 and 7F. RGB value is (191,54,127). Sum of RGB (Red+Green+Blue) = 191+54+127=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF367F is #40C980. Grayscale: #676767. Windows color (decimal): -4245889 or 8337087. OLE color: 8337087.

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

Color convert

RGB 191 54 127 -
CMYK 0 0.72 0.34 0.25
HSL 328.03º 0.56% 0.48% -
HSV(B) 328.03º 0.72% 0.75% -
XYZ 26.64 15.25 21.62 -
YUV 103.29 141.39 190.56 -
System Red Green Blue C M Y K H S L
Decimal 191 54 127 0 0.72 0.34 0.25 328.03 0.56 0.48
Hex BF 36 7F 0 48 22 19 148 38 30
Octal 277 66 177 0 110 42 31 510 70 60
Binary 10111111 110110 1111111 0 1001000 100010 11001 101001000 111000 110000

Color Harmonies of #BF367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF367F

Black with #BF367F

Text Example


Text Example

White with #BF367F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF367F; }

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

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

background-color css

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

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

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

border-color css

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

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

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