Html Css Color HEX #BF25A8 Medium Red Violet

📋 copy color: '#BF25A8'

red 191 ◦ green 37 ◦ blue 168

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

Shades of Medium Red Violet #BF25A8

Tints of Medium Red Violet #BF25A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.42%

R = 48.23%
G = 9.34%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF25A8 (or 0xBF25A8) is known color: Medium Red Violet. HEX triplet: BF, 25 and A8. RGB value is (191,37,168). Sum of RGB (Red+Green+Blue) = 191+37+168=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 168 (66.02% from 255 or 42.42% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF25A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF25A8 is #40DA57. Grayscale: #616161. Windows color (decimal): -4250200 or 11019711. OLE color: 11019711.

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

Color convert

RGB 191 37 168 -
CMYK 0 0.81 0.12 0.25
HSL 308.96º 0.68% 0.45% -
HSV(B) 308.96º 0.81% 0.75% -
XYZ 29.22 15.23 38.45 -
YUV 97.98 167.52 194.35 -
System Red Green Blue C M Y K H S L
Decimal 191 37 168 0 0.81 0.12 0.25 308.96 0.68 0.45
Hex BF 25 A8 0 51 C 19 135 44 2D
Octal 277 45 250 0 121 14 31 465 104 55
Binary 10111111 100101 10101000 0 1010001 1100 11001 100110101 1000100 101101

Color Harmonies of #BF25A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF25A8

Black with #BF25A8

Text Example


Text Example

White with #BF25A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF25A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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