Html Css Color HEX #BF3372 Medium Red Violet

📋 copy color: '#BF3372'

red 191 ◦ green 51 ◦ blue 114

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

Shades of Medium Red Violet #BF3372

Tints of Medium Red Violet #BF3372

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.33%

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

R = 53.65%
G = 14.33%
B = 32.02%

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

#BF3372 (or 0xBF3372) is known color: Medium Red Violet. HEX triplet: BF, 33 and 72. RGB value is (191,51,114). Sum of RGB (Red+Green+Blue) = 191+51+114=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3372 is #40CC8D. Grayscale: #636363. Windows color (decimal): -4246670 or 7484351. OLE color: 7484351.

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

Color convert

RGB 191 51 114 -
CMYK 0 0.73 0.40 0.25
HSL 333º 0.58% 0.47% -
HSV(B) 333º 0.73% 0.75% -
XYZ 25.71 14.66 17.39 -
YUV 100.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 191 51 114 0 0.73 0.40 0.25 333 0.58 0.47
Hex BF 33 72 0 49 28 19 14D 3A 2F
Octal 277 63 162 0 111 50 31 515 72 57
Binary 10111111 110011 1110010 0 1001001 101000 11001 101001101 111010 101111

Color Harmonies of #BF3372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3372

Black with #BF3372

Text Example


Text Example

White with #BF3372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3372; }

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

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

background-color css

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

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

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

border-color css

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

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

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