Html Css Color HEX #BF367E Medium Red Violet

📋 copy color: '#BF367E'

red 191 ◦ green 54 ◦ blue 126

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

Shades of Medium Red Violet #BF367E

Tints of Medium Red Violet #BF367E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.96%

R = 51.48%
G = 14.56%
B = 33.96%

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

#BF367E (or 0xBF367E) is known color: Medium Red Violet. HEX triplet: BF, 36 and 7E. RGB value is (191,54,126). Sum of RGB (Red+Green+Blue) = 191+54+126=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF367E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF367E is #40C981. Grayscale: #676767. Windows color (decimal): -4245890 or 8271551. OLE color: 8271551.

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

Color convert

RGB 191 54 126 -
CMYK 0 0.72 0.34 0.25
HSL 328.47º 0.56% 0.48% -
HSV(B) 328.47º 0.72% 0.75% -
XYZ 26.57 15.22 21.28 -
YUV 103.17 140.89 190.65 -
System Red Green Blue C M Y K H S L
Decimal 191 54 126 0 0.72 0.34 0.25 328.47 0.56 0.48
Hex BF 36 7E 0 48 22 19 148 38 30
Octal 277 66 176 0 110 42 31 510 70 60
Binary 10111111 110110 1111110 0 1001000 100010 11001 101001000 111000 110000

Color Harmonies of #BF367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF367E

Black with #BF367E

Text Example


Text Example

White with #BF367E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF367E; }

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

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

background-color css

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

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

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

border-color css

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

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

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