Html Css Color HEX #BF249D Medium Violet Red

📋 copy color: '#BF249D'

red 191 ◦ green 36 ◦ blue 157

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

Shades of Medium Violet Red #BF249D

Tints of Medium Violet Red #BF249D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.89%

R = 49.74%
G = 9.38%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF249D (or 0xBF249D) is known color: Medium Violet Red. HEX triplet: BF, 24 and 9D. RGB value is (191,36,157). Sum of RGB (Red+Green+Blue) = 191+36+157=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF249D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF249D is #40DB62. Grayscale: #5F5F5F. Windows color (decimal): -4250467 or 10298559. OLE color: 10298559.

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

Color convert

RGB 191 36 157 -
CMYK 0 0.81 0.18 0.25
HSL 313.16º 0.68% 0.45% -
HSV(B) 313.16º 0.81% 0.75% -
XYZ 28.2 14.77 33.26 -
YUV 96.14 162.35 195.66 -
System Red Green Blue C M Y K H S L
Decimal 191 36 157 0 0.81 0.18 0.25 313.16 0.68 0.45
Hex BF 24 9D 0 51 12 19 139 44 2D
Octal 277 44 235 0 121 22 31 471 104 55
Binary 10111111 100100 10011101 0 1010001 10010 11001 100111001 1000100 101101

Color Harmonies of #BF249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF249D

Black with #BF249D

Text Example


Text Example

White with #BF249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF249D; }

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

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

background-color css

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

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

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

border-color css

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

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

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