#BF246A

Color #BF246A Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BF246A

Tints of Medium Red Violet #BF246A

Color information

#BF246A (or 0xBF246A) is unknown color: approx Medium Red Violet. HEX triplet: BF, 24 and 6A. RGB value is (191,36,106). Sum of RGB (Red+Green+Blue) = 191+36+106=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF246A is #40DB95. Grayscale: #5A5A5A. Windows color (decimal): -4250518 or 6956223. OLE color: 6956223.

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

Color convert

RGB19136106-
CMYK00.810.450.25
HSL332.9º68.28%44.51%-
HSV(B)332.9º81.15%74.9%-
XYZ24.7213.3814.92-
YUV90.32136.85199.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.36%
GREEN value IS 36 (14.45% from 255) = 10.81%
BLUE value IS 106 (41.80% from 255) = 31.83%
R=57.36%
G=10.81%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913610600.810.450.25332.968.2844.51
HexBF246A0512D1914d442d
Octal277441520121553151510455
Binary10111111100100110101001010001101101110011010011011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF246A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF246A; }

 p { color: rgb(191,36,106); }

 H1.HeaderClassName
 {
   color: #BF246A;
 }
 .AnyTagClassName
 {
   color: #BF246A;
 }
</style>
background-color css

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

 a { background-color: rgb(191,36,106); }

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

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

 span { border-color: rgb(191,36,106); }

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