Html Css Color HEX #BF3492 Medium Red Violet

📋 copy color: '#BF3492'

red 191 ◦ green 52 ◦ blue 146

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

Shades of Medium Red Violet #BF3492

Tints of Medium Red Violet #BF3492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.53%

R = 49.1%
G = 13.37%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF3492 (or 0xBF3492) is known color: Medium Red Violet. HEX triplet: BF, 34 and 92. RGB value is (191,52,146). Sum of RGB (Red+Green+Blue) = 191+52+146=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3492 is #40CB6D. Grayscale: #686868. Windows color (decimal): -4246382 or 9581759. OLE color: 9581759.

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

Color convert

RGB 191 52 146 -
CMYK 0 0.73 0.24 0.25
HSL 319.42º 0.57% 0.48% -
HSV(B) 319.42º 0.73% 0.75% -
XYZ 27.9 15.61 28.74 -
YUV 104.28 151.55 189.86 -
System Red Green Blue C M Y K H S L
Decimal 191 52 146 0 0.73 0.24 0.25 319.42 0.57 0.48
Hex BF 34 92 0 49 18 19 13F 39 30
Octal 277 64 222 0 111 30 31 477 71 60
Binary 10111111 110100 10010010 0 1001001 11000 11001 100111111 111001 110000

Color Harmonies of #BF3492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3492

Black with #BF3492

Text Example


Text Example

White with #BF3492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3492; }

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

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

background-color css

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

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

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

border-color css

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

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

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