Html Css Color HEX #BF3472 Medium Red Violet

📋 copy color: '#BF3472'

red 191 ◦ green 52 ◦ blue 114

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

Shades of Medium Red Violet #BF3472

Tints of Medium Red Violet #BF3472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.57%

 BLUE value IS 114 (44.92% from 255) = 31.93%

R = 53.5%
G = 14.57%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF3472 (or 0xBF3472) is known color: Medium Red Violet. HEX triplet: BF, 34 and 72. RGB value is (191,52,114). Sum of RGB (Red+Green+Blue) = 191+52+114=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3472 is #40CB8D. Grayscale: #646464. Windows color (decimal): -4246414 or 7484607. OLE color: 7484607.

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

Color convert

RGB 191 52 114 -
CMYK 0 0.73 0.40 0.25
HSL 333.24º 0.57% 0.48% -
HSV(B) 333.24º 0.73% 0.75% -
XYZ 25.75 14.75 17.41 -
YUV 100.63 135.55 192.46 -
System Red Green Blue C M Y K H S L
Decimal 191 52 114 0 0.73 0.40 0.25 333.24 0.57 0.48
Hex BF 34 72 0 49 28 19 14D 39 30
Octal 277 64 162 0 111 50 31 515 71 60
Binary 10111111 110100 1110010 0 1001001 101000 11001 101001101 111001 110000

Color Harmonies of #BF3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3472

Black with #BF3472

Text Example


Text Example

White with #BF3472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3472; }

 p { color: rgb(191,52,114); }

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

background-color css

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

 a { background-color: rgb(191,52,114); }

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

border-color css

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

 span { border-color: rgb(191,52,114); }

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