Html Css Color HEX #BF25AB Medium Red Violet

📋 copy color: '#BF25AB'

red 191 ◦ green 37 ◦ blue 171

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

Shades of Medium Red Violet #BF25AB

Tints of Medium Red Violet #BF25AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.86%

R = 47.87%
G = 9.27%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF25AB (or 0xBF25AB) is known color: Medium Red Violet. HEX triplet: BF, 25 and AB. RGB value is (191,37,171). Sum of RGB (Red+Green+Blue) = 191+37+171=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF25AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF25AB is #40DA54. Grayscale: #616161. Windows color (decimal): -4250197 or 11216319. OLE color: 11216319.

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

Color convert

RGB 191 37 171 -
CMYK 0 0.81 0.10 0.25
HSL 307.79º 0.68% 0.45% -
HSV(B) 307.79º 0.81% 0.75% -
XYZ 29.5 15.34 39.93 -
YUV 98.32 169.02 194.1 -
System Red Green Blue C M Y K H S L
Decimal 191 37 171 0 0.81 0.10 0.25 307.79 0.68 0.45
Hex BF 25 AB 0 51 A 19 134 44 2D
Octal 277 45 253 0 121 12 31 464 104 55
Binary 10111111 100101 10101011 0 1010001 1010 11001 100110100 1000100 101101

Color Harmonies of #BF25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF25AB

Black with #BF25AB

Text Example


Text Example

White with #BF25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF25AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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