Html Css Color HEX #BF247F Medium Red Violet

📋 copy color: '#BF247F'

red 191 ◦ green 36 ◦ blue 127

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

Shades of Medium Red Violet #BF247F

Tints of Medium Red Violet #BF247F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.88%

R = 53.95%
G = 10.17%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF247F (or 0xBF247F) is known color: Medium Red Violet. HEX triplet: BF, 24 and 7F. RGB value is (191,36,127). Sum of RGB (Red+Green+Blue) = 191+36+127=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF247F is #40DB80. Grayscale: #5C5C5C. Windows color (decimal): -4250497 or 8332479. OLE color: 8332479.

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

Color convert

RGB 191 36 127 -
CMYK 0 0.81 0.34 0.25
HSL 324.77º 0.68% 0.45% -
HSV(B) 324.77º 0.81% 0.75% -
XYZ 25.95 13.87 21.39 -
YUV 92.72 147.35 198.1 -
System Red Green Blue C M Y K H S L
Decimal 191 36 127 0 0.81 0.34 0.25 324.77 0.68 0.45
Hex BF 24 7F 0 51 22 19 145 44 2D
Octal 277 44 177 0 121 42 31 505 104 55
Binary 10111111 100100 1111111 0 1010001 100010 11001 101000101 1000100 101101

Color Harmonies of #BF247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF247F

Black with #BF247F

Text Example


Text Example

White with #BF247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF247F; }

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

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

background-color css

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

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

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

border-color css

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

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

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