Html Css Color HEX #BF258D Medium Red Violet

📋 copy color: '#BF258D'

red 191 ◦ green 37 ◦ blue 141

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

Shades of Medium Red Violet #BF258D

Tints of Medium Red Violet #BF258D

RGB

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

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

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

R = 51.76%
G = 10.03%
B = 38.21%

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

#BF258D (or 0xBF258D) is known color: Medium Red Violet. HEX triplet: BF, 25 and 8D. RGB value is (191,37,141). Sum of RGB (Red+Green+Blue) = 191+37+141=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF258D is #40DA72. Grayscale: #5E5E5E. Windows color (decimal): -4250227 or 9250239. OLE color: 9250239.

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

Color convert

RGB 191 37 141 -
CMYK 0 0.81 0.26 0.25
HSL 319.48º 0.68% 0.45% -
HSV(B) 319.48º 0.81% 0.75% -
XYZ 26.96 14.32 26.54 -
YUV 94.9 154.02 196.54 -
System Red Green Blue C M Y K H S L
Decimal 191 37 141 0 0.81 0.26 0.25 319.48 0.68 0.45
Hex BF 25 8D 0 51 1A 19 13F 44 2D
Octal 277 45 215 0 121 32 31 477 104 55
Binary 10111111 100101 10001101 0 1010001 11010 11001 100111111 1000100 101101

Color Harmonies of #BF258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF258D

Black with #BF258D

Text Example


Text Example

White with #BF258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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