Html Css Color HEX #BF248D Medium Red Violet

📋 copy color: '#BF248D'

red 191 ◦ green 36 ◦ blue 141

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

Shades of Medium Red Violet #BF248D

Tints of Medium Red Violet #BF248D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 51.9%
G = 9.78%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF248D (or 0xBF248D) is known color: Medium Red Violet. HEX triplet: BF, 24 and 8D. RGB value is (191,36,141). Sum of RGB (Red+Green+Blue) = 191+36+141=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF248D is #40DB72. Grayscale: #5E5E5E. Windows color (decimal): -4250483 or 9249983. OLE color: 9249983.

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

Color convert

RGB 191 36 141 -
CMYK 0 0.81 0.26 0.25
HSL 319.35º 0.68% 0.45% -
HSV(B) 319.35º 0.81% 0.75% -
XYZ 26.92 14.26 26.53 -
YUV 94.32 154.35 196.96 -
System Red Green Blue C M Y K H S L
Decimal 191 36 141 0 0.81 0.26 0.25 319.35 0.68 0.45
Hex BF 24 8D 0 51 1A 19 13F 44 2D
Octal 277 44 215 0 121 32 31 477 104 55
Binary 10111111 100100 10001101 0 1010001 11010 11001 100111111 1000100 101101

Color Harmonies of #BF248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF248D

Black with #BF248D

Text Example


Text Example

White with #BF248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF248D; }

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

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

background-color css

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

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

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

border-color css

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

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

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