Html Css Color HEX #BF25A0 Medium Red Violet

📋 copy color: '#BF25A0'

red 191 ◦ green 37 ◦ blue 160

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

Shades of Medium Red Violet #BF25A0

Tints of Medium Red Violet #BF25A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.24%

R = 49.23%
G = 9.54%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF25A0 (or 0xBF25A0) is known color: Medium Red Violet. HEX triplet: BF, 25 and A0. RGB value is (191,37,160). Sum of RGB (Red+Green+Blue) = 191+37+160=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF25A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF25A0 is #40DA5F. Grayscale: #606060. Windows color (decimal): -4250208 or 10495423. OLE color: 10495423.

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

Color convert

RGB 191 37 160 -
CMYK 0 0.81 0.16 0.25
HSL 312.08º 0.68% 0.45% -
HSV(B) 312.08º 0.81% 0.75% -
XYZ 28.49 14.94 34.64 -
YUV 97.07 163.52 195 -
System Red Green Blue C M Y K H S L
Decimal 191 37 160 0 0.81 0.16 0.25 312.08 0.68 0.45
Hex BF 25 A0 0 51 10 19 138 44 2D
Octal 277 45 240 0 121 20 31 470 104 55
Binary 10111111 100101 10100000 0 1010001 10000 11001 100111000 1000100 101101

Color Harmonies of #BF25A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF25A0

Black with #BF25A0

Text Example


Text Example

White with #BF25A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF25A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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