Html Css Color HEX #BF3674 Medium Red Violet

📋 copy color: '#BF3674'

red 191 ◦ green 54 ◦ blue 116

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

Shades of Medium Red Violet #BF3674

Tints of Medium Red Violet #BF3674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.13%

R = 52.91%
G = 14.96%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF3674 (or 0xBF3674) is known color: Medium Red Violet. HEX triplet: BF, 36 and 74. RGB value is (191,54,116). Sum of RGB (Red+Green+Blue) = 191+54+116=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3674 is #40C98B. Grayscale: #656565. Windows color (decimal): -4245900 or 7616191. OLE color: 7616191.

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

Color convert

RGB 191 54 116 -
CMYK 0 0.72 0.39 0.25
HSL 332.85º 0.56% 0.48% -
HSV(B) 332.85º 0.72% 0.75% -
XYZ 25.96 14.98 18.05 -
YUV 102.03 135.89 191.46 -
System Red Green Blue C M Y K H S L
Decimal 191 54 116 0 0.72 0.39 0.25 332.85 0.56 0.48
Hex BF 36 74 0 48 27 19 14D 38 30
Octal 277 66 164 0 110 47 31 515 70 60
Binary 10111111 110110 1110100 0 1001000 100111 11001 101001101 111000 110000

Color Harmonies of #BF3674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3674

Black with #BF3674

Text Example


Text Example

White with #BF3674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3674; }

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

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

background-color css

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

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

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

border-color css

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

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

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