Html Css Color HEX #BF2FA4 Medium Red Violet

📋 copy color: '#BF2FA4'

red 191 ◦ green 47 ◦ blue 164

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

Shades of Medium Red Violet #BF2FA4

Tints of Medium Red Violet #BF2FA4

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.69%

 BLUE value IS 164 (64.45% from 255) = 40.8%

R = 47.51%
G = 11.69%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BF2FA4 (or 0xBF2FA4) is known color: Medium Red Violet. HEX triplet: BF, 2F and A4. RGB value is (191,47,164). Sum of RGB (Red+Green+Blue) = 191+47+164=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2FA4 is #40D05B. Grayscale: #676767. Windows color (decimal): -4247644 or 10760127. OLE color: 10760127.

HSL color Cylindrical-coordinate representation of color #BF2FA4: hue angle of 311.25º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF2FA4 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 47 164 -
CMYK 0 0.75 0.14 0.25
HSL 311.25º 0.61% 0.47% -
HSV(B) 311.25º 0.75% 0.75% -
XYZ 29.2 15.79 36.63 -
YUV 103.39 162.21 190.49 -
System Red Green Blue C M Y K H S L
Decimal 191 47 164 0 0.75 0.14 0.25 311.25 0.61 0.47
Hex BF 2F A4 0 4B E 19 137 3D 2F
Octal 277 57 244 0 113 16 31 467 75 57
Binary 10111111 101111 10100100 0 1001011 1110 11001 100110111 111101 101111

Color Harmonies of #BF2FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2FA4

Black with #BF2FA4

Text Example


Text Example

White with #BF2FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2FA4; }

 p { color: rgb(191,47,164); }

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

background-color css

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

 a { background-color: rgb(191,47,164); }

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

border-color css

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

 span { border-color: rgb(191,47,164); }

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