Html Css Color HEX #BF246F Medium Red Violet

📋 copy color: '#BF246F'

red 191 ◦ green 36 ◦ blue 111

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

Shades of Medium Red Violet #BF246F

Tints of Medium Red Violet #BF246F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.65%

 BLUE value IS 111 (43.75% from 255) = 32.84%

R = 56.51%
G = 10.65%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF246F (or 0xBF246F) is known color: Medium Red Violet. HEX triplet: BF, 24 and 6F. RGB value is (191,36,111). Sum of RGB (Red+Green+Blue) = 191+36+111=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF246F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF246F is #40DB90. Grayscale: #5A5A5A. Windows color (decimal): -4250513 or 7283903. OLE color: 7283903.

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

Color convert

RGB 191 36 111 -
CMYK 0 0.81 0.42 0.25
HSL 330.97º 0.68% 0.45% -
HSV(B) 330.97º 0.81% 0.75% -
XYZ 24.99 13.49 16.33 -
YUV 90.9 139.35 199.4 -
System Red Green Blue C M Y K H S L
Decimal 191 36 111 0 0.81 0.42 0.25 330.97 0.68 0.45
Hex BF 24 6F 0 51 2A 19 14B 44 2D
Octal 277 44 157 0 121 52 31 513 104 55
Binary 10111111 100100 1101111 0 1010001 101010 11001 101001011 1000100 101101

Color Harmonies of #BF246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF246F

Black with #BF246F

Text Example


Text Example

White with #BF246F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF246F; }

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

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

background-color css

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

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

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

border-color css

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

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

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