Html Css Color HEX #BF2673 Medium Red Violet

📋 copy color: '#BF2673'

red 191 ◦ green 38 ◦ blue 115

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

Shades of Medium Red Violet #BF2673

Tints of Medium Red Violet #BF2673

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.05%

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

R = 55.52%
G = 11.05%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF2673 (or 0xBF2673) is known color: Medium Red Violet. HEX triplet: BF, 26 and 73. RGB value is (191,38,115). Sum of RGB (Red+Green+Blue) = 191+38+115=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2673 is #40D98C. Grayscale: #5C5C5C. Windows color (decimal): -4249997 or 7546559. OLE color: 7546559.

HSL color Cylindrical-coordinate representation of color #BF2673: hue angle of 329.8º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2673 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 38 115 -
CMYK 0 0.80 0.40 0.25
HSL 329.8º 0.67% 0.45% -
HSV(B) 329.8º 0.8% 0.75% -
XYZ 25.27 13.7 17.53 -
YUV 92.53 140.69 198.24 -
System Red Green Blue C M Y K H S L
Decimal 191 38 115 0 0.80 0.40 0.25 329.8 0.67 0.45
Hex BF 26 73 0 50 28 19 14A 43 2D
Octal 277 46 163 0 120 50 31 512 103 55
Binary 10111111 100110 1110011 0 1010000 101000 11001 101001010 1000011 101101

Color Harmonies of #BF2673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2673

Black with #BF2673

Text Example


Text Example

White with #BF2673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2673; }

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

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

background-color css

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

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

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

border-color css

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

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

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