Html Css Color HEX #BF25A2 Medium Red Violet

📋 copy color: '#BF25A2'

red 191 ◦ green 37 ◦ blue 162

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

Shades of Medium Red Violet #BF25A2

Tints of Medium Red Violet #BF25A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.54%

R = 48.97%
G = 9.49%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BF25A2 (or 0xBF25A2) is known color: Medium Red Violet. HEX triplet: BF, 25 and A2. RGB value is (191,37,162). Sum of RGB (Red+Green+Blue) = 191+37+162=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF25A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF25A2 is #40DA5D. Grayscale: #606060. Windows color (decimal): -4250206 or 10626495. OLE color: 10626495.

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

Color convert

RGB 191 37 162 -
CMYK 0 0.81 0.15 0.25
HSL 311.3º 0.68% 0.45% -
HSV(B) 311.3º 0.81% 0.75% -
XYZ 28.67 15.01 35.57 -
YUV 97.3 164.52 194.84 -
System Red Green Blue C M Y K H S L
Decimal 191 37 162 0 0.81 0.15 0.25 311.3 0.68 0.45
Hex BF 25 A2 0 51 F 19 137 44 2D
Octal 277 45 242 0 121 17 31 467 104 55
Binary 10111111 100101 10100010 0 1010001 1111 11001 100110111 1000100 101101

Color Harmonies of #BF25A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF25A2

Black with #BF25A2

Text Example


Text Example

White with #BF25A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF25A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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