Html Css Color HEX #BF257C Medium Red Violet

📋 copy color: '#BF257C'

red 191 ◦ green 37 ◦ blue 124

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

Shades of Medium Red Violet #BF257C

Tints of Medium Red Violet #BF257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.51%

 BLUE value IS 124 (48.83% from 255) = 35.23%

R = 54.26%
G = 10.51%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF257C (or 0xBF257C) is known color: Medium Red Violet. HEX triplet: BF, 25 and 7C. RGB value is (191,37,124). Sum of RGB (Red+Green+Blue) = 191+37+124=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF257C is #40DA83. Grayscale: #5C5C5C. Windows color (decimal): -4250244 or 8136127. OLE color: 8136127.

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

Color convert

RGB 191 37 124 -
CMYK 0 0.81 0.35 0.25
HSL 326.1º 0.68% 0.45% -
HSV(B) 326.1º 0.81% 0.75% -
XYZ 25.79 13.85 20.38 -
YUV 92.96 145.52 197.93 -
System Red Green Blue C M Y K H S L
Decimal 191 37 124 0 0.81 0.35 0.25 326.1 0.68 0.45
Hex BF 25 7C 0 51 23 19 146 44 2D
Octal 277 45 174 0 121 43 31 506 104 55
Binary 10111111 100101 1111100 0 1010001 100011 11001 101000110 1000100 101101

Color Harmonies of #BF257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF257C

Black with #BF257C

Text Example


Text Example

White with #BF257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF257C; }

 p { color: rgb(191,37,124); }

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

background-color css

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

 a { background-color: rgb(191,37,124); }

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

border-color css

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

 span { border-color: rgb(191,37,124); }

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