Html Css Color HEX #BF248F Medium Red Violet

📋 copy color: '#BF248F'

red 191 ◦ green 36 ◦ blue 143

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

Shades of Medium Red Violet #BF248F

Tints of Medium Red Violet #BF248F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.65%

R = 51.62%
G = 9.73%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF248F (or 0xBF248F) is known color: Medium Red Violet. HEX triplet: BF, 24 and 8F. RGB value is (191,36,143). Sum of RGB (Red+Green+Blue) = 191+36+143=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF248F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF248F is #40DB70. Grayscale: #5E5E5E. Windows color (decimal): -4250481 or 9381055. OLE color: 9381055.

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

Color convert

RGB 191 36 143 -
CMYK 0 0.81 0.25 0.25
HSL 318.58º 0.68% 0.45% -
HSV(B) 318.58º 0.81% 0.75% -
XYZ 27.07 14.32 27.32 -
YUV 94.54 155.35 196.8 -
System Red Green Blue C M Y K H S L
Decimal 191 36 143 0 0.81 0.25 0.25 318.58 0.68 0.45
Hex BF 24 8F 0 51 19 19 13F 44 2D
Octal 277 44 217 0 121 31 31 477 104 55
Binary 10111111 100100 10001111 0 1010001 11001 11001 100111111 1000100 101101

Color Harmonies of #BF248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF248F

Black with #BF248F

Text Example


Text Example

White with #BF248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF248F; }

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

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

background-color css

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

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

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

border-color css

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

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

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