Html Css Color HEX #BF257D Medium Red Violet

📋 copy color: '#BF257D'

red 191 ◦ green 37 ◦ blue 125

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

Shades of Medium Red Violet #BF257D

Tints of Medium Red Violet #BF257D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.41%

R = 54.11%
G = 10.48%
B = 35.41%

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

#BF257D (or 0xBF257D) is known color: Medium Red Violet. HEX triplet: BF, 25 and 7D. RGB value is (191,37,125). Sum of RGB (Red+Green+Blue) = 191+37+125=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF257D is #40DA82. Grayscale: #5C5C5C. Windows color (decimal): -4250243 or 8201663. OLE color: 8201663.

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

Color convert

RGB 191 37 125 -
CMYK 0 0.81 0.35 0.25
HSL 325.71º 0.68% 0.45% -
HSV(B) 325.71º 0.81% 0.75% -
XYZ 25.85 13.88 20.72 -
YUV 93.08 146.02 197.84 -
System Red Green Blue C M Y K H S L
Decimal 191 37 125 0 0.81 0.35 0.25 325.71 0.68 0.45
Hex BF 25 7D 0 51 23 19 146 44 2D
Octal 277 45 175 0 121 43 31 506 104 55
Binary 10111111 100101 1111101 0 1010001 100011 11001 101000110 1000100 101101

Color Harmonies of #BF257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF257D

Black with #BF257D

Text Example


Text Example

White with #BF257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF257D; }

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

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

background-color css

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

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

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

border-color css

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

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

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