Html Css Color HEX #BF3673 Medium Red Violet

📋 copy color: '#BF3673'

red 191 ◦ green 54 ◦ blue 115

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

Shades of Medium Red Violet #BF3673

Tints of Medium Red Violet #BF3673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.94%

R = 53.06%
G = 15%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF3673 (or 0xBF3673) is known color: Medium Red Violet. HEX triplet: BF, 36 and 73. RGB value is (191,54,115). Sum of RGB (Red+Green+Blue) = 191+54+115=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3673 is #40C98C. Grayscale: #656565. Windows color (decimal): -4245901 or 7550655. OLE color: 7550655.

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

Color convert

RGB 191 54 115 -
CMYK 0 0.72 0.40 0.25
HSL 333.28º 0.56% 0.48% -
HSV(B) 333.28º 0.72% 0.75% -
XYZ 25.9 14.95 17.74 -
YUV 101.92 135.39 191.54 -
System Red Green Blue C M Y K H S L
Decimal 191 54 115 0 0.72 0.40 0.25 333.28 0.56 0.48
Hex BF 36 73 0 48 28 19 14D 38 30
Octal 277 66 163 0 110 50 31 515 70 60
Binary 10111111 110110 1110011 0 1001000 101000 11001 101001101 111000 110000

Color Harmonies of #BF3673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3673

Black with #BF3673

Text Example


Text Example

White with #BF3673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3673; }

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

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

background-color css

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

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

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

border-color css

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

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

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